initfest/entry-content.php

9 lines
231 B
PHP
Raw Normal View History

2014-09-30 15:58:34 +03:00
<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>