Example #1
0
<?php

/**
 * The main template file.
 *
 */
get_header();
?>
	
	<div id="content" class="<?php 
Bw::content_class();
?>
">
		
		<?php 
if (have_posts()) {
    ?>
			
			<div class="posts-grid-holder fullwidth">
				<div class="posts-grid bw-over">
				
					<?php 
    while (have_posts()) {
        the_post();
        ?>
						
						<?php 
        get_template_part('templates/post-templates/content-grid');
        ?>
						
					<?php