Example #1
0
    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);
    ?>
	</article>
	<?php 
}
?>
<!-- end #main --></main>

<?php 
get_sidebar();
?>