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

@@ -21,11 +21,7 @@
<?php } ?>
</header>
<div class="entry-content">
<?php if (is_archive() || is_search()) : // Only display excerpts for archives and search ?>
<?php the_excerpt(); ?>
<?php else : ?>
<?php the_content('Continue&hellip;'); ?>
<?php endif; ?>
<?php the_excerpt(); ?>
</div>
<footer>
<?php $tag = get_the_tags(); if (!$tag) { } else { ?><p><?php the_tags(); ?></p><?php } ?>

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>' )); ?>

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>