friendica-wp-theme/entry-content.php

8 lines
242 B
PHP
Raw Normal View History

2017-04-01 17:36:21 +02:00
<section class="entry-content">
<?php if ( has_post_thumbnail() ) { ?>
<span class="image left"><?php the_post_thumbnail(); ?></span>
<?php } ?>
<?php the_content(); ?>
<div class="entry-links"><?php wp_link_pages(); ?></div>
</section>