What is Numbered Pagination?
Numbered pagination is a numeric navigation menu which is usually present at the bottom of the archive pages. It divides your whole blog into different pages, just like the pages of a book. Users can simply navigate through page 1, 2, 3, 4 and etc . We have attached a screenshot below, so that users can easily understand our words.How to Add Numbered Pagination in Blogger?
The firest thing you need to do is to login into your Google account. Once logged in go to Blogger Dashboard >> Template >> Edit HTML and search for the Skin tag ]]></b:skin>. After finding the skin tag, just above it paste the following piece of coding..showpageNum a {
background: #02ab68;
padding: 5px;
padding-left: 10px;
border: 1px solid #b9b9b9;
padding-right: 10px;
margin-right: 5px;
color: #000;
font-weight: bold;
}
.showpage a {
background: #02ab68;
padding: 5px;
padding-left: 10px;
border: 1px solid #b9b9b9;
padding-right: 10px;
margin-right: 5px;
color: #000;
font-weight: bold;
}
.showpageArea {
float: left;
}
.feed-links {
display: none;
}
.showpageArea a {
float: left;
font-size: 15px;
color: #fff!important;
padding-left: 15px;
padding-right: 15px;
}
.showpagePoint {
float: left;
font-size: 15px;
padding-left: 15px;
padding-right: 15px;
}
.showpageArea a {
text-decoration: none;
}
.showpageArea {
float: left;
width: 363px;
margin-top: 10px;
}
Now once the style sheet is added to your template, it is the time to add the JavaScript coding that would turn the ordinary looking order/newer post buttons into a robust and user-friendly numeric pagination. Search for the ending </body> tag and just above it paste the following JavaScript coding. Once everything is done press “Save Template” button located on the top right corner of your screen.
<!--Page Navigation Starts-->
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<script type='text/javascript'>
var pageCount=6;
var displayPageNum=6;
var upPageWord ='Previous';
var downPageWord ='Next';
</script>
<script src='http://templateism.com/js/blogger_pagenavi_min.js' type='text/javascript'/>
</b:if>
</b:if>
<!--Page Navigation Ends -->
Congratulations: You have successfully added numbered pagination in blogger. Now go and check out the interactive preview to see the amazing navigation in action. With a little modification is CSS, anyone can customize to give it the desire touch that he needs.
We hope this tutorial may have helped you in learning how to add numbered pagination in blogger. If anyone find any difficulty then don't be shy to make a comment below or tweet us @mybloggerlab.


Bro, I think something mistake had happen. After implementing this code, it showing page navigation like Templateism
ReplyDeleteJust Updated!
Deletethanks. i need a rt to lt pagination pleaze
ReplyDeletenot working properly. >.<
ReplyDeleteWhat error you are facing?
Deletehelloo bro how to remove blogspot from url
ReplyDeletePurchase a custom .com domain and then convert .blogspot.com to .com
Deletewhere is the 'skin tag'?
ReplyDeleteHere it is ]]></b:skin>
Deletehello, in my blog i used template from you and thank about it. :D
ReplyDeleteHi,
ReplyDeleteI am able to achieve it but numbers are coming in disoriented way. Can you please check http://phototravelings.blogspot.com/ and suggest?
Go to Blogger >> Template >> Edit HTML >> Search for </head> and just above it paste this code
Delete<style>
.showpageArea {
width: 100%!important;
}
</style>
Hello, thank you. It is really help full. It works on me but I don't know how to remove defoult page navigator. Now there are both.
ReplyDeletePlus, it shows 7 pages but, the 7 page is blank.
Thank you for all.
Search for this in your template var pageCount=6; and replace 6 with any number you like
DeleteIt shows "Pages (6)" which I not want to. Check my test blog here:
ReplyDeletehttp://unblogobisnuit0.blogspot.ro/search?updated-max=2013-09-15T08%3A58%3A00%2B03%3A00&max-results=6
Any help, please ?
Thanks !
Search for this in your template var pageCount=6; and replace 6 with any number you like
DeleteSorry, you didn't understand me. I do not want that text to appear.
DeleteLook in this picture, please, for more details:
http://i43.tinypic.com/f4e8v5.jpg
Thanks a lot !
Blog is removed i think
Deletehow to remove this- Eg:Page(17) before Next
ReplyDeleteAdd this to the CSS
Delete.showpageOf {
display: none;
}
Hi i tried your pagination but what i'm having issue now is that when i click on the next page, it does not shoe my previous blog posts accordingly.. It's all messed up... Why is it so? Thanks!
ReplyDeleteIt works correctly, There might be some problem with you blog? What's the URL of your site.
DeleteI am trying to get this pagionation in my articles but I cant find any tips about that. This is all working I got the pagination in my website. Can someone help me and give me a tip how to do this in my articles?
ReplyDeleteJust Add this in the second Step and it will appear on your article page too
Delete<script type='text/javascript'>
var pageCount=6;
var displayPageNum=6;
var upPageWord ='Previous';
var downPageWord ='Next';
</script>
<script src='http://widcraft.googlecode.com/svn/blogger_pagenavi_min.js' type='text/javascript'/>
hey thanks for the great post. but whenever i click a post the pagination is gone.
ReplyDeleteYes because on posts you have "older and newer buttons" which takes you to new articles. If you will use pagination is posts than it will take you to archive page instead of the next post.
DeleteThanks it has worked for me. Any suggestions on modifying the page number styling to match it with the overall blog appearance.
ReplyDeleteThanks, I was able to make this work on my blog. But I see that some of my posts are not appearing on any of the pages. Can you suggest why would that be happening? 2 such posts are not appearing. The posts before and after these are appearing fine.
ReplyDeletecan you help me? its not working for me? not sure what i did wrong!
ReplyDeleteCan I see your blog URL?
DeleteHello Bro I wanted to test this code. So i applied this on a test blog but its not appearing. the test blog url is -
ReplyDeletetestblog-webdesignspider.blogspot.com
Can't working for me when I add this coding my OLDER NEWER POSTS + NAvigation menu goes hidden! :P So what can I do now? ;(
ReplyDeleteCHECK : http://techfeld.blogspot.com/
You need more posts to show it up
Deletethanks, it's working properly on my blog, but why if I click labels the number pagination not show up? and I replace var pageCount=6; with 10 but not change, can you suggest, this is my blog http://eddysupriadi.blogspot.com/search/label/Java
ReplyDeleteThe pagination is visible at the following URL http://eddysupriadi.blogspot.com/search/label/Java?&max-results=1
DeleteThe only difference is a & after the ? in the max result thing
Instead of ?max-results=4 use ?&max-results=4
Hello Mod, You save me from this problem. It already took me a day and im lucky that i search this solution in your blog. And thanks to EDDY SUPRIADI for asking for a solution to that problem when viewing on labels pagination is not working.
Delete"The only difference is a & after the ? in the max result thing"
That solution made my day =) It fixes my problem in my blog at bloggertemplatescloud.blogspot.com
Thanks MBL!
Hi,
ReplyDeleteI am having troubles editing this into my blog. I followed all the steps listed above, but when I save and refresh the page I still see all the entries on the page and it still says "older post" at the bottom.
Any advice?
http://rantbrat.com
Hello i have a problem with my blog that it shows only three or four pages on the home page automatically i don know why sometimes 3 others 4 i went to settings and made sure that it is 7 so what is happening what should i do ??? pls help
ReplyDeletethis is my blog url http://5minuteenglish.blogspot.com/
Try Adding Page Break to your posts
DeleteAfter ONE year , i wd like to say, thax.
ReplyDeleteThanks, its working on my blog :D
ReplyDeleteJust wanted to mention that if anyone is having problems with their older pages not showing any posts, make sure the "pageCount" in the script matches the number of posts you've set your blog to show. I had this problem but after doing so, it worked fine! Also just wanted to say thanks for the widget!
ReplyDeleteIt isn't working for me, All the CSS coding is being shown on the Nav bar, check it out. http://gamingpakistan.blogspot.com/
ReplyDeleteplease tell me how to fix it?
Can you please help me? On the first/home page the pagination is fine. It displays the numbers 1-7 and Next button . However when I click the next button, the pagination now display numbers 1-8 and the Previous and Next buttons. It keeps adding numbers every time I click next. What should I do so that when I reach page 8, the numbers display are 2-8? Just like the pagination on my tumblr: http://pixelated-dinosaur.tumblr.com/
ReplyDeleteBlogspot: http://simplyaverage.blogspot.com/
Thanks :D
Never mind, found a way around it :D
ReplyDeletethank you!!!
ReplyDeleteHello brother i installed this widget in my blogger and it also work fine but the problem is that the CSS code is not working which is provided above. Please help me. The panination is displayed without any style which is provided above. I installed the css code carefully in template and also again and again check it but the css styles are not displaying.
ReplyDeletePlease guide me
here is my blog adress to check as live.
http://www.pakmax.net/
You need to Add CSS to add style to it. Please follow the tutorial.
DeleteSuccessfully added the code but it only separated my 8 blog posts into two pages. Anyway I can code it to separate it post by post? Or will that come when I add new posts?
ReplyDeletePost by post sepration is kind of not possible right now in blogger
DeleteI'm not having any luck! Also, my blog posts are set at 5 for each label and the homepage, any thoughts?
ReplyDeletehttp://www.trainingcor.com/
http://www.trainingcor.com/search/label/blog
Hello my friend! I follow the tutorial but I can´t see the pagination my url is monkeymotor.net Thank you!!
ReplyDeleteNow works fine, code updated.
DeleteSearch for <body
ReplyDeleteThx bro, but not working on smartphone
ReplyDeletehow do i remove it i got it from a free template i downloaded it doesnt show most of my previous post when i click next
ReplyDeleteHere's the tutorial
Deletehttp://www.mybloggerlab.com/2015/07/how-to-break-your-post-into-multiple.html
Please Help I want to add Numbered widget in my blogger post are only, not for blogger template, how I add please help me
ReplyDeletehi editorial team
ReplyDeletecan this widget work with multiple label searh
just like this format /search/label/LABEL1+LABEL2+
regards
hey bro..my blogger posts does not show on home page plz help,,
ReplyDeletePlease provide me your Blog URL?
Delete