Home How To Blogging Tips SEO

Pages

Jun 25, 2012

Customize Your Blogger Newer, Older & Home Links

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.
Blogger newer or older or home links

Go to your blogger dashborad click on template and then 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.


You May Also Like

No comments:

Post a Comment

Criticism Accepted :)