Ticket #2757 (closed defect (bug): duplicate)

Opened 6 years ago

Last modified 5 years ago

Page Order doesn't render in default Wordpress theme

Reported by: mobilehippie Owned by: anonymous
Priority: normal Milestone:
Component: General Version: 2.0.2
Severity: normal Keywords: functions page order
Cc:

Description

While installing Wordpress for a client, we realized that the client's chosen page order wasn't being rendered properly.

The theme we are implementing is based on the Kubrick default. I've double checked this on a couple of other installs and while parent-child relationships are properly nested, the page order in the sidebar (as called by wp_list_pages()) is using alphabetical order as opposed to the assigned order.

Change History

The problem lies in wp_list_pages (wp-includes/post-template.php) as it doesn't take into account the page order specified on the page writing screen.

  • Status changed from new to closed
  • Resolution set to duplicate

Marking as duplicate of #3923 as that ticket has a patch.

Please see #3924 for a fix for this in core.

Note: See TracTickets for help on using tickets.