Exemple #1
0
    ?>
		<div class="entry__content entry-content">
			<?php 
    the_content();
    ?>
		<!-- end .entry-content --></div>
		<?php 
    do_action('habakiri_after_entry_content');
    ?>
	<!-- end .entry --></div>
	
	<?php 
    Habakiri::the_link_pages();
    ?>
	<?php 
    Habakiri::the_related_posts();
    ?>
	<?php 
    if (comments_open() || pings_open() || get_comments_number()) {
        comments_template('', true);
    }
    ?>
</article>

<?php 
} else {
    ?>

<article <?php 
    post_class(array('article'));
    ?>