I just noticed this on one of my blogs today. When I click on the previous page link the url changes to page 2, but the actual posts displayed on the page are still the same from page 1. I go to page 3, but page 1 posts are still displayed, and so on.
I am assuming it is this code that is giving me the problem, but this is the first time this has happened to me, so not sure how to fix it.
Anyone have a quick fix for this?
I am assuming it is this code that is giving me the problem, but this is the first time this has happened to me, so not sure how to fix it.
PHP:
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
Anyone have a quick fix for this?