Esempio n. 1
0
        the_post();
        ?>
						
						<?php 
        get_template_part('templates/post-templates/content-grid');
        ?>
						
					<?php 
    }
    ?>
				
				</div>
			</div>
			
			<?php 
    Bw::paging_nav();
    ?>
			
		<?php 
} else {
    ?>
			
			<?php 
    get_template_part('templates/content/content', 'none');
    ?>
			
		<?php 
}
?>
		
	</div> <!-- #content -->