Wondering if anyone could help me out here, i just started hacking up WP templates and this problem is starting to do my head in now lol... I want that ugly "Read More" link to become a pretty image.. Any ideas where to start hacking for this one ? i have seen it done on some "free WP themes" but cannot for the love of me recall which ones they were, any help with this one is greatly appreciated. Cheers
Go into the "main index template" of the WP site and search the code for "read the rest of this entry". You can simply remove that and replace it with the HTML for an image. Let me know if you get it to work.
Cheers mate, Thanks for that, i knew it was possible but i haven't hacked WP much of late, Again Thanks
I have to say.. i have checked your above answer and have not found anything in the main WP index.php file, i have searched my themes index.php file to find a few possibilities but upon editing these it made no change to the page as it still says "Read More" Would love to hear from anyone else who has been able to achieve this, or even lend a helping hand. Regards Darren
Here is the issue though... Search Engines do not read images. They will not search anything after your "read more" image unless you tag it properly. It would be like a stop word in a meta tag, they would stop at the image probably.
Do this but don't remove the read rest of this entry, just replace the text part with the img src and then have the link for read more go to where you want it to go normally but with an image showing. It WILL be in your index php template
The search engines aren't really an issue with this -- just add your image for aesthetic person and use the img alt="" command in the img src="" alt="" section if you are worried about search engines. Most SEs can read images now as well but they like text over images