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>
Example #2
0
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
?>

		</header><!-- .entry-header -->

		<div class="entry-summary">
			<?php 
the_excerpt();
?>
		</div><!-- .entry-summary -->

		<?php 
if ('post' == get_post_type()) {
    ?>
		<footer class="entry-meta">
			<?php 
    wkwTheme::wkw_entry_meta();
    ?>
		</footer><!-- #entry-meta -->
		<?php 
}
?>

	</article><!-- #post-<?php 
the_ID();
?>
 -->