@dre4000 Thanks for the help but I was able to figure out the problem after taking a much needed break from work I was able to see clearly…
Just needed to change:
'paged' => get_query_var('paged'))
to:
'paged' => get_query_var('page'))
It’s detailed here (doh!): http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html
and the reason:
http://codex.wordpress.org/Class_Reference/WP_Query#Pagination_Parameters
For builds after 3.0.2
Hey all,
I’ve been ploughing through all the documentation I could find but I cannot get the pager to get past the first page. The pager shows up and displays the correct amount of paging elements yet when I click on “2”, for instance, the URL changes to /page/2 yet it shows page one only.
http://pastebin.com/QicCyaSH
Any advice/direction would be greatly appreciated.