Example #1
0
    /* Start the Loop */
    ?>
			<?php 
    while (have_posts()) {
        the_post();
        ?>

				<?php 
        get_template_part('excerpt');
        ?>

			<?php 
    }
    ?>
			<?php 
    echo wkwTheme::wkw_posts_menu();
    ?>

		<?php 
} else {
    ?>

			<?php 
    get_template_part('content', '404');
    ?>

		<?php 
}
?>

		</section>