How to fix the repeating posts on the 2nd page of your blog problem

On the newer 3rd party templates there is an issue with correctly displaying posts: The follow page will display some of the last posts on your entry page all over again.

To fix this, find this code, or something that looks very similar to this, since there can be small variations on different blogs themes. Usually this will be all the way towards the end of the code, very near the bottom:

<script type='text/javascript'>
var postperpage=5;
var numshowpage=5;
var upPageWord =&#39;Prev&#39;;
var downPageWord =&#39;Next&#39;;
var urlactivepage=location.href;
var home_page=&quot;/&quot;;
</script>

Sometimes the code will look very different to this. So, if you have difficulty finding it just search for postperpage and then change that and numshowpage to your number.

Change the number 5 that I have here to whatever you want to show, but the maximum appears to be 18. Then go to the Layout tab and change the page numbers on your blog widget and the posts per page widget that a lot of 3rd party templates already have. And finally go to Settings and make the change on blog pages there as well.

Powered by Blogger.