Title: Page order
Last modified: August 19, 2016

---

# Page order

 *  Resolved [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/page-order-6/)
 * I’m having trouble with the order of pages on my website. I do not want the pages
   to go in alphabetical order, but I don’t know how to change it. I think I have
   WP 2.0? In my theme editor, I have this which is where I think I need to change
   something, but I’m not sure what exactly.
    Could someone help?? Thanks!
 *  <!– This is the menu of pages–>
    <div id=”menu_view”>
    - 
    -  <?php wp_list_pages(‘depth=1&title_li=’); ?>
 *  </div>
 *  <!– this displays the subpages – if any – in that red menu–>
    <div id=”sub_page_menu”
   > <?php if(wp_list_pages(“child_of=”.$post->ID.”&echo=0″)) { ?>
    -  <?php wp_list_pages(“title_li=&child_of=”.$post->ID.”&sort_column=menu_order&
      show_date=modified&date_format=$date_format”);?>
 *  <?php } ?>
    </div>
 * </h1>

The topic ‘Page order’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [sara1086](https://wordpress.org/support/users/sara1086/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/page-order-6/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
