initfest/entry-content.php
Vladimir Vassilev 42d3a978b7 content files
2014-09-30 15:58:34 +03:00

9 lines
231 B
PHP

<section class="entry-content">
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail();
}
?>
<?php the_content(); ?>
<div class="entry-links"><?php wp_link_pages(); ?></div>
</section>