Replace Blogger Newer, Older Posts & Home Links With Image

replace older newer posts
Have you ever thought of replacing the boring older post, newer post and home link shown below your posts? If you haven't, then start thinking of it from now. Those links even though placed at the bottom has a greater role to play. Making it even more beautiful and eye-catching can simply increase you some page views.

Even though it looks bit harder, its quiet easy and no knowledge is required to replace it with something you like. So lets look in to it...

Replacing Blogger Newer, Older Posts & Home Links

Go to your blogger dashboard >> Template >> Edit HTML

Check the "Expand Widget Templates" check box on the left top.

Replacing Older Posts Link

Using Ctrl+F, Search for <data:olderPageTitle/> and replace it with the below code.
<img src="Image URL"/>

Replacing Newer Posts Link

Using Ctrl+F, Search for <data:newerPageTitle/> and replace it with the below code.
 <img src="Image URL"/>

Replacing Home Link

Using Ctrl+F, Search for <data:homeMsg/> and replace it with the below code.
 <img src="Image URL"/>
Now click the orange save button.

Coustomization

  • Replace Image URL with corresponding image URLs.

That's it! You have successfully replaced the boring older posts, newer posts, home links. If you have faced some errors the please let me know it through the comment box below!

No comments:

Post a Comment