1) { ?>
post_type != 'post' && $post->post_type != 'page') { // Custom post type. See if there is style inheritance $suffusion_post_types = get_option('suffusion_post_types'); if (is_array($suffusion_post_types)) { foreach ($suffusion_post_types as $suffusion_post_type) { if ($suffusion_post_type['style_inherit'] != 'custom') { $custom_class = $suffusion_post_type['style_inherit']; } } } if ($custom_class == "") { $custom_class = "post"; } } ?>
id="post-">