forked from friendica/friendica-wp-theme
5 lines
124 B
PHP
5 lines
124 B
PHP
|
<section class="entry-content">
|
||
|
<?php the_content(); ?>
|
||
|
<div class="entry-links"><?php wp_link_pages(); ?></div>
|
||
|
</section>
|