initfest/entry-content.php

10 lines
199 B
PHP
Raw Permalink 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>