Tagged Questions
0
votes
1answer
500 views
Ajax (jquery) wp_query pagination returns -1
I am currently developing an ajaxified theme for wordpress. I am listing the posts in a particular category, but the pagination returns -1 when clicked. Lets say I set showposts to 3 and a particular ...
0
votes
1answer
731 views
next_post_link / previous_post_link not working with WP_Query
I am trying to add next and previous page buttons to my template, but when I try to use either next_post_link or previous_post_link, it just does not work.
Could it be because I am using WP_Query?
...
0
votes
1answer
633 views
WP_Query and pagination AGAIN?
I am using the WP_Query class to retrieve some posts according to variables set in url.
All working well until we get to paging. The second page (though having posts - tested it by making paged => 2) ...