Changing "Newer Posts" and "Older Posts" in Blogger?


Last Saturday, an idea came to my mind. Instead of OLDER POST, i wondered if i could change it to MORE TRAVEL PACKAGES so that our blog would look more like a website. So today I searched on google and found that it really can be done. Here is the way to do it. From http://introblogger.blogspot.com

Here is a small tutorial about customizing the default Blogger pager link texts, "Newer Posts" and "Older Posts" at the bottom of every page. First, log into Blogger then go to Design > Edit HTML. Tick the "Expand Widgets Templates" checkbox at the top right corner of the code-containing box.


 1. To change NEWER POSTS. 

Search for <data:newerPageTitle/> using CTRL+F. This <data:newerPageTitle/>  tag is used to name the button which links to the Newer Posts. To modify the text, just delete this tag and write what you want.

2. To change the OLDER POSTS .

Search for <data:olderPageTitle/>  and replace it with the text with you want to appear.

3. To change the HOME text. 

Search for <data:homeMsg/> and replace the tag with the desired text. 


Update: 

If you want to show images/icons instead of text, all you have to do is just replace the tags highlighted above with the images.

<img alt='...' border='0' src='...'/>

Thousands of these icons are available on net. Simply google for them. The final result will look like this.