<?php if (!empty($post->post_excerpt) &! is_single()) : ?>
<?php the_excerpt(); ?>
<p><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read the full post »</a></p>
<?php else : ?>
<?php the_content(__('(more...)')); ?>
<?php endif; ?>
Weblinks
- blog.websitestyle.com Using WordPress Excerpts