Using both excerpt and more
-
I would like to use automatic excerpt but still have the (more..) link under the excerpt.
But if I change the following in index.php:
<div class="storycontent">
<?php the_content(); ?>
</div>
to
<div class="storycontent">
<?php the_excerpt(); ?>
</div>
the (more..) link isn’t showing anymore. Is it any way to do this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using both excerpt and more’ is closed to new replies.