Hi
I'm trying to automatically generate extracts on my category pages and my search results. So far I have:
<div class="entry">
<?php the_excerpt(); ?>
</div>
How do I change the code so that it does '...more' automatically which is clickable?
Thanks in advance for any help.
Everton