• Ok… When adding new pages, on the right hand side it says that the pages will automatically list in alphabetical order. So I just added them in a random order. There are 16 items under one parent page.

    Anyway.. Low and behold… On the main site, the order in which the pages are listed is as I created them.. Not alphabetical.

    I try changing the numbers to manually order. But When I changed top item to 1, it moved to the bottom of the list. When I changed it to 16, it stayed at the bottom. So obvioulsy that is a fail.

    Here is the site
    http://www.thegridironpalace.com/tgpsite/

    It is under TGP NFC Cuts (the list of 16)

    How do I get alphabetical?

Viewing 1 replies (of 1 total)
  • Try editing the relevant template file (maybe sidebar.php) and changing <?php wp_list_pages('sort_column=menu_order'); ?> to <?php wp_list_pages('sort_column=post_title'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘When Adding Parent Pages’ is closed to new replies.