Example #1
0
    the_post();
    ?>
	<article <?php 
    post_class();
    ?>
>
		<?php 
    Kotetsu::the_bread_crumb();
    ?>
		<h1 class="entry-title"><?php 
    the_title();
    ?>
</h1>

		<?php 
    Kotetsu::the_entry_meta();
    ?>

		<div class="entry-content">
			<?php 
    the_content();
    ?>
		<!-- end .entry-content --></div>

		<?php 
    Kotetsu::the_link_pages();
    ?>

		<?php 
    comments_template('', true);
    ?>