Ticket #14177 (closed defect (bug): fixed)
wp_list_pages doesn't return correct links for custom post types
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Permalinks | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
wp_list_pages() returns links missing the rewrite slug for custom post types.
Traced it back to the Walker_Pager::start_el() using get_page_link(), which doesn't support custom post types.
Attachments
Change History
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 3.1
comment:2
markjaquith — 21 months ago
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

