This commit is contained in:
Ben Word
2011-05-08 13:00:05 -06:00
parent 37214d5443
commit ec4ec025be
3 changed files with 3 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<?php } ?>
</header>
<div class="entry-content">
<?php the_content('<p>'.__('Read the rest of this entry &raquo;', 'roots').'</p>'); ?>
<?php the_content(); ?>
</div>
<footer>
<?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>' )); ?>