The Newer, Home and Older Posts links are available at the bottom of each post on the post pages. These navigation links are only available in the Layout Template. If you have a Classic template you have to upgrade by going to Template---->Customize Design--->Upgrade to get them.
At the bottom of the post these links are situated along with the Label links and the Subscribe to Posts Atom feed link making a lot of clutter. You can reduce the clutter by switching them to the top of the post above the post title. This style is seen in many Wordpress blogs.
To switch then to the top login at Blogger.com and click on Layout link on Dashboard. Then click on Edit Html subtab of Template tab. Put a check in Expand widgets template checkbox at the top of the template code box. Scroll down to this line of code in the blog posts footer widget :
<!-- navigation -->
<b:include name='nextprev'/>
If you want to have them only at the top you can do and Edit---->Cut to remove these lines to the Windows Clipboard. If you want them both at the top and the bottom then do an Edit----->Copy. Scroll up to find this code :
<b:includable id='main' var='top'>
<!-- posts -->
<div class='blog-posts'>
Paste the navigation code below the last line of the above code. Save Template. Clear Cache and view Blog.
You can see them at the top above the post title on the post pages of this blog. If you want to customize them further you can change this code in the CSS part of your template :
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
margin-top:20px;
}
Use Preview to check the effect before saving changes.
Move Newer, Home and Older Posts Links to top of Post.
Search Blog Before Commenting
Loading...
Post a Comment
Please use the above Search box to look for solutions before posting your valuable comments.
Comments posted on Tips for Bloggers are moderated and will be approved only if they are on-topic and not abusive. Try not to include website URLs/links in your comments. You can email me : drbhatns at gmail dot com for any blogging question. Thanks,








5 comments:
nice tips, thanks a lot :)
Thanks for the tip !!
But I want to know,
How can be add page numbers at the bottom of page like
1 2 3 4
1 = Most recent posts (Home)
4 = Older posts
Ankit,
Can you give an example link of a blogspot blog (Layouts) with such a navigation?
hi there, before i'm asking, i'm sorry, i'm a lil bit stupid 'bout all of these codes, so i hope you can help me. i'm using blogskin's code from blogskins.com, so i think the codes are CSS. and, the newer, home and older post aren't appear on my blog. can you help me to solve the problem in CSS codes ?? Thanks before ..
pwincess bebe,
Upgrade to Layouts template to get the navigation links.
CLICK HERE TO LEAVE A COMMENT.
Skip to top of post.