The ability to navigate Blogger blogs has been a long requested feature. Blogger page navigation allows us to number blog pages like those of a book, offering readers the ability to navigate deeper into the archives with ease when compared to the 'newer' and 'older' post links.
Muhammad Rias of Techie Blogger had already developed a page navigation system for blogger. It really was an awesome trick which was made at a time when nobody could even think of implementing it on blogger. It had some minor bugs but then Abu Farhan perfected it and gave us an awesome page navigation solution.
Follow these simple steps to install page navigation widget to your Blogger / Blogspot blog.
Step 1 :
Log in to Blogger, go to Design / Layout > Edit HTML and tick the "Expand Widget Templates" checkbox.
Step 2 :
Now find (CTRL+F) this in the code:
and paste the following code immideately before/above it.
Step 3 :
Now find (CTRL+F) this in the code:
and paste the following code immideately before/above it.
Note :
In the above code (marked in red) you can change the value from
where
This code determines the number of additional page navigation numbers that will be displayed on the page.
Step 4 :
Save the template.
Muhammad Rias of Techie Blogger had already developed a page navigation system for blogger. It really was an awesome trick which was made at a time when nobody could even think of implementing it on blogger. It had some minor bugs but then Abu Farhan perfected it and gave us an awesome page navigation solution.
Follow these simple steps to install page navigation widget to your Blogger / Blogspot blog.
Step 1 :
Log in to Blogger, go to Design / Layout > Edit HTML and tick the "Expand Widget Templates" checkbox.
Step 2 :
Now find (CTRL+F) this in the code:
]]></b:skin> |
and paste the following code immideately before/above it.
.showpageArea a { |
Step 3 :
Now find (CTRL+F) this in the code:
</body> |
and paste the following code immideately before/above it.
<script style='text/javascript'> |
Note :
In the above code (marked in red) you can change the value from
5
to any you want.var pageCount=5;
where
5
is the the number of post that apppear in another page you will visit.var displayPageNum=2;
This code determines the number of additional page navigation numbers that will be displayed on the page.
Step 4 :
Save the template.