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 } ?>