WP: Button Instead of Read More Text

Status
Not open for further replies.

Mahaj

Active Member
786
2011
281
0
HI

I have a Game website and want to Show a DOWNLOAD Button Instead of Read More Text link for reading the Rest Story of the Post



Is there anyway to Replace this ?

Thank you Waiting for your kind Reply
 
5 comments
Go to Appearance and then Editor and find the Read More clause in either functions.php or loop.php of your website and jst add your image code as <img src="ImageLink"> after <a href=""> code and remove the Read More text in between the <a href></a> code :)

This might have helped you.
 
I did not find it in function.php neither stylesheet.php ... I got it from Index.php

<?php the_content(__('Read More', 'inove')); ?>


Suppose this is the Download button

42143a.jpg


Thanks waiting for your reply..
 
Last edited:
replace wth

<a href="the permalink wp php code here"><img src="http://lulzimg.com/i16/42143a.jpg" alt="download filesonic links" width="x" height="x"/></a>
 
Status
Not open for further replies.
Back
Top