1. Log-in to Blogger and go to your Dashboard.
2. Navigate to Layout >> Edit HTML
3. Expand Widget Templates by checking the box next to it.
4. Now search for the below codes in your template.
expr:title=’data:newerPageTitle’><data:newerPageTitle/></a> expr:title=’data:olderPageTitle’><data:olderPageTitle/></a> <a class=’home-link’ expr:href=’data:blog.homepageUrl’><data:homeMsg/></a> <a class=’home-link’ expr:href=’data:blog.homepageUrl’><data:homeMsg/></a>5. The above codes written in bold and red letters display their corresponding links.
- <data:newerPageTitle/> displays Newer Posts in your template.
- <data:olderPageTitle/> displays Older Posts in your template.
- <data:homeMsg/> displays Home in your template.
Below I’ve edited the above code to display Previous, Next Page and Home on your template. Have a look on it.
expr:title=’data:newerPageTitle’>Next Page</a> expr:title=’data:olderPageTitle’>Previous</a> <a class=’home-link’ expr:href=’data:blog.homepageUrl’>Home</a> <a class=’home-link’ expr:href=’data:blog.homepageUrl’>Home</a>The above code will make your navigation link look like the below screenshot.
You can keep any name there. But remember to keep a relative name, or else that might create more confusion. The above blogger tutorial tells you the procedures to change the “Older Posts” and “Newer Posts” navigation links from the footer and keep something cool. Good luck!
Resource: http://www.solidblogger.com
0 comments:
Post a Comment