• Resolved here

    (@here)


    I am using the page order setting to order pages. They are showing up fine on the front-end using:

    <? wp_list_pages(‘sort_column=menu_order&title_li=’); ?>

    in the sidebar.

    However, the backend at wp-admin/edit-pages.php , “Page Management” is listing them in something close to reverse order. This was not a problem in 2.0.7. Send to trac, or something I’ve overlooked?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having this exact same problem. I have no plugins activated which muck with Manage Pages functionality. Any idea what might be going on here? Is anyone else getting this problem?

    It is easy enough to fix… open wp-admin\edit-pages.php and add “&order=asc” to the end of the wp() function call near the top:

    wp(‘post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1’);

    I’m so glad to see this. I thought it was something I was doing wrong. More info: https://trac.www.ads-software.com/ticket/3760

    Above still an issue within WP 2.2.2. Page ordered backward to front end users.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page Management Page order backwards in 2.1’ is closed to new replies.