Adding Numbered Page Navigation In Blogger

Adding Numbered Page Navigation In Blogger
Numbered page navigation, when you talk about wordpress then it comes inbuilt by their themes. In blogger mostly templates does not contain numbered page navigation. In this post i am telling how to add numbered page navigation in blogger? This is very simple to add numbered page navigation in blogger, just follow the simple steps given below.
--> Go to Blogger dashboard.
Now go to Template.
First back up your template there before any editing.
Now go to Edit html-->Continue.
With the help of Ctrl+F search for Following Code.


</b:skin>

Now just above/before this add following code.


.pagenavi {
    width:300px; 
    margin: 50px auto;
}
.pagenavi span, .pagenavi a {
    background: #f7f7f7;
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    padding: 5px 10px;
    text-decoration: none;
    color: #7e7e7e;
    border: 1px solid #c6c6c6;
    -webkit-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    font-weight: bold;
    border-radius:3px;
}
.pagenavi span:hover,.pagenavi a:hover, .pagenavi a.current {
    background: #9ad6fb;
    background: -webkit-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: -moz-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: -o-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: -ms-linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    background: linear-gradient(top, #9ad6fb 0%,#77c4fc 100%);
    border: 1px solid #72ade4;
    color: #4879a6;
    -webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    -moz-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.pagenavi { border:none; }
Now click on save template and view your blog. If you find this post helpful then share this post.
-->
Adding Numbered Page Navigation In Blogger
Reviewed by Google on Feb 05 2013
Rating: 4.9

Get Your Copy Of Answer Analyzer

Please enter your email below to subscribe and download the article research software.

About



Manish Madhukar Singh is an IT student from India.He writes on topics like Make Money, Blogging, Wordpress,Blogger, Social Media, SEO, Gadgets, Technology, Tips & tricks etc. Read More

Followers