WordPress paging problem in custom category templates
So there’s a bug in the wordpress query_posts() function with Pagination when you’re building a custom template and you want to view posts by category and have it limit a page to a certain numbers of posts. Most of the solutions in the WP forums are bogus. You get the page links but the pages are the same posts. As i suspected you gotta tweak the query and this guy has the perfect solution here. ??????? ?????
December 17th, 2008 at 6:48 pm
The “perfect solution” isn’t available could you (at lest) resume it, i have the same problem and can’t find a way
thanks
December 27th, 2008 at 7:41 am
Sorry I think i linked to a comment in the post but meant to link to the post itself here.
February 26th, 2009 at 5:43 am
another good solution is at http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/