Today after a long time we have come up with an amazing tutorial for blogger, this amazing widget will help you in creating a professional looking blog in minutes. Having a pagination widget in blogger is mandatory in terms of functionality and user experience. It helps you to arrange your blog posts in most professional way. Based on simple scripts this widget is fast and reliable. Installing this widget is very easy and can be done in simple way.
Lets move further and see How To Add Pagination Widget In Blogger – 2020. You can check a live preview of the Pagination widget by clicking the button below.
Lets move further and see How To Add Pagination Widget In Blogger – 2020. You can check a live preview of the Pagination widget by clicking the button below.
Why Pagination Widget Is Important?
If you stick to blogger’s default format, that is newer and older page buttons then it makes your blog functionality limited, at the same time it make your blog’s user experience very bad, as users can’t navigate your blog easily, and they have to go through each and every page, where as if you are using this pagination widget then they can check whichever page they want, going through various posts will become easy, not only this is functional but it will give your blog a professional touch.
What Is Special In Our Widget ?
OK, everyone says that they have made the best widget and that is normal but we claim that we have the widget which no one has, Yes its true. Our widget is professionally optimized to show each post without skipping and it loads with Ajax that makes it fast loading !! Yepieee ( Very Fast Loading ). Also the script which we are using is mobile friendly.
Let’s Start Step-1 ( Adding CSS )
Before Editing we recommend you to make a backup of your template, so that anything goes wrong you still have your blog design safe.
The First thing you need to do is to login into your Blogger account and go to >> Templates >> Edit HTML and search for the ending ]]> tag and just above it paste the following code.
/* ######## Pagination Widget by SoraBloggingTips ######################### */
#blog-pager{
clear:both;
text-align:center;
margin:0
}
#blog-pager-newer-link a,#blog-pager-older-link a{
display:block;
float:left;
margin-right:6px;
padding:0 13px;
border:1px solid #010101;
text-transform:uppercase;
line-height:32px;
font-weight:700;
color:#010101
}
#blog-pager-newer-link a:hover,#blog-pager-older-link a:hover{
background-color:#010101;
color:#fff!important
}
.showpageNum a,.showpage a,.showpagePoint{
display:block;
float:left;
margin-right:6px;
padding:0 12px;
border:1px solid #010101;
text-transform:uppercase;
line-height:32px;
font-weight:700;
color:#010101
}
.showpageNum a:hover,.showpage a:hover{
background-color:#010101;
color:#fff!important
}
.showpageNum a i,.showpage a i{
transition:all .0s ease;
-webkit-transition:all .0s ease;
-moz-transition:all .0s ease;
-o-transition:all .0s ease
}
.showpagePoint{
background-color:#010101;
color:#FFF
}
.showpageOf{
display:none!important
}
Step-2 ( Adding SCRIPT ) – Most Important !!
Now this is the most essential part of the tutorial and you have to do it very carefully. In the template, search for the