#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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.