Design New Post , Old Post and Home link in Blogger

Do you want to change the default New Post , Old Post and Home Link from Blogger Blog? We provide the tutorial to make stylist CSS design in New Post , Old Post and Home link . Because no Body like the Default navigation link in footer of the Blogger template.




<data:newerPageTitle/> - New Navigation Link
<data:homeMsg/> - Home Navigation Link
<data:olderPageTitle/> - Old Navigation Link


How to change New , Old and Home Navigate link in Blogger:

1. Go to Blogger Dashboard -> click on Template -> Edit HTML.
2. Find the above three link code one by one and Replace with Below code one by one.
(i) First , Find the code pressing the Ctrl + F

<data:newerPageTitle/>


and replace with the below code .

<p sytle=" display:block; Background:#ddd ; color:#fff ; Text-decoration:none ; ">
Previous </P>


(ii) Second , Find the code pressing the Ctrl + F

<data:homeMsg/>


and replace with the below code .

<p sytle=" display:block; Background:#ddd ; color:#fff ; Text-decoration:none ; ">
Home</P>


(iii) third , Find the code pressing the Ctrl + F

<data:oldererPageTitle/>


and replace with the below code .

<p sytle=" display:block; Background:#ddd ; color:#fff ; Text-decoration:none ; ">
Next</P>


3. Now , save the template.
Previous
Next Post »