forked from friendica/friendica-wp-theme
8 lines
242 B
PHP
8 lines
242 B
PHP
<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>
|