Make WordPress Core

Opened 20 years ago

Closed 19 years ago

Last modified 19 years ago

#2757 closed defect (bug) (duplicate)

Page Order doesn't render in default Wordpress theme

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

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 (3)

#1 @johnbillion
19 years ago

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.

#2 @johnbillion
19 years ago

  • Resolutionduplicate
  • Status newclosed

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

#3 @johnbillion
19 years ago

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

Note: See TracTickets for help on using tickets.