Wordpress <--more-->

Status
Not open for further replies.

Volume

New member
Aug 2, 2007
176
1
0
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.
 


Open index.php from your theme's directory and find:
"the_content('Read the rest of this entry »');".

Change it to:
"the_content(the_title());".

If you want to change the more tag's text for your archives page as well, open archive.php from your theme's directory and make the same change.
 
Status
Not open for further replies.