friendica-wp-theme/entry-content.php

5 lines
124 B
PHP
Raw Normal View History

2017-04-01 17:36:21 +02:00
<section class="entry-content">
<?php the_content(); ?>
<div class="entry-links"><?php wp_link_pages(); ?></div>
</section>