Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6587 closed defect (bug) (duplicate)

"Manage Pages" does not use menu_order

Reported by: randyhoyt's profile randyhoyt Owned by: hailin's profile hailin
Milestone: Priority: normal
Severity: normal Version: 2.5
Component: Administration Keywords:
Focuses: Cc:

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)

#1 @Viper007Bond
17 years ago

  • Component changed from General to Administration
  • Milestone changed from 2.7 to 2.5.1
  • Version set to 2.5

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";

#2 @ryan
17 years ago

  • Owner changed from anonymous to hailin

#3 @here
17 years ago

cheers, this was lost and re-fixed in one of the last revisions as well. big usability issue. Thank you!.

#4 @Viper007Bond
17 years ago

  • Milestone 2.5.1 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Fixed in #6731.

Note: See TracTickets for help on using tickets.