At the bottom of every blogger blog post there will be links to newer and older post. You can customize your Newer, Older & Home links that appear below every post in blogger. You may replace them with your own text or image. Just follow the instructions.
How to Customize Blogger Blog Newer, Older & Home Links
Go to your blogger dashboard click on Template, click on Edit HTML, Click on Proceed and Expand Widget Templates.
1. For Newer Link – Search for the following code
<data:newerPageTitle/>
Replace it with following code
<img src=”URL-OF-PREVIOUS-BUTTON“/> or any text like PREVIOUS
2. For Older Link – Search for the following code
<data:olderPageTitle/>
Replace it with following code
<img src=”URL-OF-NEXT-BUTTON“/> or any text like NEXT
3. For Home Link – Search for the following code
<data:homeMsg/>
Replace it with following code
<img src=”URL-OF-HOME-BUTTON“/> or any text like Your Blog Title
Copy image urls in highlighted place. Save your Template. Now you can see new links at the bottom of your blog posts. To see how it works click here and go to bottom of the page. You will see links for next previous posts links as shown in below pic.
If you want to use images featured in this post just right click on the image and click on copy image url. Then paste url in red colored place of above image tags and use those tags in your blogger blog. Hope this helps!
One Comment on “Customize Blogger Blog Newer Older Home Links”
Thank you !!