Opened 18 years ago
Closed 18 years ago
#6587 closed defect (bug) (duplicate)
"Manage Pages" does not use menu_order
| Reported by: | randyhoyt | Owned by: | hailin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The changes to "Manages Pages" in 2.5 have greatly improved performance, but the pages are no longer sorted according to the menu_order. (It appears they are simply ordered by the post_id or in whatever order get retrieved from the database without an ORDER BY clause.)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I was thinking this was on purpose (last modified or something).
It is indeed supposed to be menu order though:
$query_str = "post_type=page&orderby=menu_order title&what_to_show=posts$post_status_q&posts_per_page=-1&posts_per_archive_page=-1&order=asc";