• When I use the <–more–> to cut off my post I would like the link to be the title of my post instead of “Read the rest of this entry>>” is there a plugin for this and if not where and how can I change it.

Viewing 1 replies (of 1 total)
  • Hello

    No need for a plug in just modify the : the_content() like so:

    <?php the_content("Continue reading: " . the_title('', ' &raquo;', false)); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘<–more–> question’ is closed to new replies.