[Plugin: WP-PageNavi] Plugin cannot determine which page the user is on
-
After hours of searching and trying out I managed to find a solution so thought I should post it here so that it may help others.
The problem
The numbered pages were showing up fine but when you clicked on a number to get to a particular page only the URL changed but the page content stayed the same.
The Solution
After much trial & error it seemed that it was a problem with query_posts()function as plugin cannot determine which page the user is on, and so it defaults to the first page every time the page loads.
I found this fantastic write up of exactly what the problem was and how to fix it in a blog by web designer Philip Beel.
If you have the same or similar problem I recommend you read his blog article as it helped me fix the problem and hopefully will help you.
- The topic ‘[Plugin: WP-PageNavi] Plugin cannot determine which page the user is on’ is closed to new replies.