In blogger by default has Older and Newer post but not any Number Page navigation. That's why those site containing many post visitors can't visit the all post from first to last. So in this circumstances page navigation plays a significant role to visit more page. Visitors also feel comfortable to surf the blog site.
So I am introducing Java Script based stylish Number page navigation. This is round style with Hover effect that will help to spice up your blog. To Install this Number page navigation follow the following steps.
Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Now click on -> Template -> Edit HTML
Step 3 Now Find this code ]]></b:skin> by pressing Ctrl+F
Step 4 Paste the below code Before/above ]]></b:skin>
<!-- Stylish Pagination By www.bloggerspice.com BEGIN -->.blog-pager,#blog-pager{font-family:"Times New Roman", Times, serif;font-weight:normal;font-size:12px;width:700px;padding:17px;} .showpageNum a,.showpage a {background:black; color:#FFF; margin-right:.6em;text-decoration:none;font-size:15px;font-style:italic;line-height:0;text-align:center;padding:12px 18px 12px;-moz-border-radius:36px;-webkit-border-radius:36px;border-radius:36px;} .showpageNum a:hover,.showpage a:hover {background:orange; color:#FFF; margin-right:.6em;text-decoration:none;font-size:15px;font-style:italic;line-height:0;text-align:center;padding:12px 18px 12px;-moz-border-radius:36px;-webkit-border-radius:36px;border-radius:36px;}.showpageOf{margin:0 8px 0 0;font-family:'Coming Soon', cursive;text-decoration:none;font-size:100%;}.showpagePoint {background:black; color:#FFF; margin-right:.6em;text-decoration:none;font-size:15px;font-style:italic;line-height:0;text-align:center;padding:12px 18px 12px;-moz-border-radius:36px;-webkit-border-radius:36px;border-radius:36px;}<!-- Stylish Pagination By www.bloggerspice.com END -->
Step 5 Now Find this code by using Ctrl+F </body>
Step 6 And Paste the below code Before/Above </body>
<script type='text/javascript'>;var home_page='/';var urlactivepage=location.href;var postperpage=2;var numshowpage=4;var upPageWord ='Prev';var downPageWord ='Next';</script><script src='http://bloggerspiceproject.googlecode.com/files/pagenaviii.js' type='text/javascript'/>
Customization
Find var postperpage=2; and change the 2 to show post number per page.
and Find var numshowpage=4; to show how many page navigation you will show per page. Change according to your desire.
Step 7 Now save your template and check your blog for beautiful Number Page Navigation.
0 comments:
Post a Comment