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

@@ -24,7 +24,7 @@
<?php if (is_archive() || is_search()) : // Only display excerpts for archives and search ?>
<?php the_excerpt(); ?>
<?php else : ?>
<?php the_content('Continue&hellip;'); ?>
<?php the_content(); ?>
<?php endif; ?>
</div>
<footer>