Sunday, June 9, 2013

Replace Blogger Newer, Older and Home Navigation Links With Image


How to Replace Blogger Home, Newer and Older Post Links With Image:

home page blogger


By default all posts in blogger contains newer , home and older post links below each post.We can customize these links for easy navigation . We can add images to those navigation links in blogger blog.

Follow the below steps to replace blogger newer , older and home navigation links.


step 1 : go to blogger dashboard

step 2 : click on Template 

step 3 : click on edit HTML and tick  Expand Widget Template box

step 4 : search for below code

<data:newerPageTitle/>

and replace it with image tag

<img src="http:your image url link"/>

Next search for <data:olderPageTitle/>

and replace it with image tag <img src="http:your image url link"/>

And next search for <data:homeMsg/>

and replace it with image tag <img src="http:your image url link"/>

step 5 : click on save template.

note: in the place of your image url link  in image tag provide your customized image url link.

No comments:

Post a Comment