[wp-trac] [WordPress Trac] #3358: Changing Sort Options in Admin Doesn't Work

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 13 21:47:55 GMT 2006


#3358: Changing Sort Options in Admin Doesn't Work
----------------------------+-----------------------------------------------
 Reporter:  bryanveloso     |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  normal          |   Milestone:  2.1      
Component:  Administration  |     Version:  2.0.5    
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 I changed:

 {{{
 wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1');
 }}}

 to

 {{{
 wp('post_type=page&orderby=post_title&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1');
 }}}

 because my fiance wanted her pages sorted as such, by post title. However,
 they don't sort by post title after I do this. The sorting mechanism just
 breaks altogether. I tried this with the SQL statement from 2.0.5, and
 that also didn't work when I changed it to sort by post title.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3358>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list