/content.php |
---|
27,6 → 27,7 |
<div class="entry-content"> |
<?php the_content(__('Continue reading ⇾', 'sdt')); ?> |
<?php wp_link_pages(array( 'before' => '<div class="page-link">'.__('Pages:', 'sdt'), 'after' => '</div>')); ?> |
<div style="clear:both"></div> |
</div><!-- .entry-content --> |
<?php endif; ?> |
<?php |