<?php theme_generator('breadcrumbs',$post->ID);?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
" class="entry content entry_<?php echo $featured_image_type;?>">
<?php<br />if(theme_is_enabled(get_post_meta($post->ID, '_featured_image', true), theme_get_option('blog','featured_image')) && $featured_image_type!=='below'):
echo theme_generator('blog_featured_image',$featured_image_type,$layout,'',false,$effect);
endif; ?>
<?php if(!theme_get_option('blog','show_in_header')):?>
<?php endif;?>
<?php<br />if(theme_is_enabled(get_post_meta($post->ID, '_featured_image', true), theme_get_option('blog','featured_image')) && $featured_image_type=='below'):
echo theme_generator('blog_featured_image',$featured_image_type,$layout,'',false,$effect);
endif; ?>
<?php the_terms( $post->ID, 'rewiter', 'rewriterrewriter ', ', ', '
' );
the_terms( $post->ID, 'year', 'year year ', ', ', '
' ); ?>
<?php the_content();?>
