[wp-trac] [WordPress Trac] #15551: Custom post type pagination redirect
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 23 22:09:00 UTC 2010
#15551: Custom post type pagination redirect
--------------------------+-------------------------------------------------
Reporter: cbsad | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by ryan):
Calls to query_posts() made within the theme have no affect on pagination.
To affect pagination links you need to hook into the parse_query action
and manipulate the main query. Paging is done off of the results of the
main query.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15551#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list