Customizing Read More in newer Blogger Posts


Now Blogger allows to use Read More option in New Blogger Post. Lets see how we can change the Read More Text to some other Text or image.

  • To Change the text Read More to your own text.
  • Go to Edit HTML page in Blogger.
  • Click Expand Widget Templates.
  • now search the below code or code similar to the below code.
<span class='more'><a expr:href='data:post.url + &quot;#more&quot;'>Read More</a></span>
  • Replace the Read More code to your desired Text
To change the text to an image then replace the red color highlighted Read More text to below code
<img src="IMAGELINK"/>

The Modified Code should look like this
<span class='more'><a expr:href='data:post.url + &quot;#more&quot;'><span style="color: red;"><img src="http://tech.buzz11.com/readmore.png"/></span></a></span>

Get more Read More icons. CLICK HERE

No comments:

Post a Comment