Esempio n. 1
0
	<div id="content" class="<?php 
Bw::content_class();
?>
">
		
			<?php 
while (have_posts()) {
    the_post();
    ?>
				
				<?php 
    get_template_part('templates/content/content', str_replace('bw_', '', get_post_type()));
    ?>
				
				<?php 
    Bw::post_nav();
    ?>
				
				<?php 
    if (Bw::get_option('comment_type_blog') == 'facebook') {
        ?>
					<?php 
        get_template_part('templates/comments/facebook');
        ?>
				<?php 
    } elseif (Bw::get_option('comment_type_blog') == 'none') {
        ?>
					<!-- comments are disabled -->
				<?php 
    } else {
        ?>