Title: romers's Replies | WordPress.org

---

# romers

  [  ](https://wordpress.org/support/users/romers/)

 *   [Profile](https://wordpress.org/support/users/romers/)
 *   [Topics Started](https://wordpress.org/support/users/romers/topics/)
 *   [Replies Created](https://wordpress.org/support/users/romers/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/romers/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/romers/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/romers/engagements/)
 *   [Favorites](https://wordpress.org/support/users/romers/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [accepting comments](https://wordpress.org/support/topic/accepting-comments/)
 *  [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/accepting-comments/#post-1158723)
 * I have exactly the same problem… also have ‘Allow…. ‘ selected. Still I must 
   moderate comments. Feh! If you get a fix would you let me know? [admin@ehpes.com](https://wordpress.org/support/users/romers/replies/admin@ehpes.com?output_format=md)
   
   Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1154039)
 * OK…. Got it working:
 * Admin -> Design -> Widgets -> Pages -> edit -> sort by page order
 * Thanks to all that tried to help. I think I wasn’t clear enough about what I 
   was trying to do in the first place
 * romers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1154030)
 * Ok… found footer.php for my theme as below:
 * <hr />
    <div id=”footer”> <!– If you’d like to support WordPress, having the “
   powered by” link somewhere on your blog is the best way; it’s our only promotion
   or advertising. –> <p> <?php bloginfo(‘name’); ?> is proudly powered by [WordPress](http://wordpress.org/)
 * 
    and “>Comments (RSS)
   .
    <!– <?php echo get_num_queries(); ?> queries. <?php
   timer_stop(1); ?> seconds. –> </p> </div> </div>
 * <!– Gorgeous design by Michael Heilemann – [http://binarybonsai.com/kubrick/](http://binarybonsai.com/kubrick/)–
   >
    <?php /* “Just what do you think you’re doing Dave?” */ ?>
 *  <?php wp_footer(); ?>
    </body> </html>
 * Now where to stick
    <?php wp_list_pages(‘sort_column=menu_order’); ?> ???
 * r.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1154015)
 * sweetangst said:
    If the page numbers you need to order are at the bottom of 
   your screen, look in footer.php for the <?php wp_list_pages() ?> function and
   make sure it is the same (or change it to) the one that esmi posted for you.
 * I guess I’m not being clear: I’m trying to order the titles of the pages that
   are displayed in the sidebar on the main page under ‘Pages’.
 * Now where to I find ‘footer.php’ I am totally unfamiliar with where anything 
   is. I downloaded my whole blog so’s I can look at and for things, but I’m still
   confused.
 * r.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1154008)
 * esmi said: Did I get the wrong end of stick? You’re trying to list some pages
   in a menu in a particular order, yes?
 * Yes… the pages titles I’m trying to order are those listed on the main page sidebar
   under ‘Pages’
 * romers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1153975)
 * Ensure that you are using <?php wp_list_pages(‘sort_column=menu_order’); ?>.
 * But how to do that?? Sorry for my green-ness.
    romers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1153972)
 * Is there possiblly a switch somewhere in one of the screens that allows you to
   switch from Alpha ordering to ID ordering to numerical ordering — I think I’m
   missing something here.
    romers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1153969)
 * Yep… the box for changing the page order is there. I entered the order number
   for each individual post. Also deleted browser cache and wp cache. Then reloaded
   the page. It doesn’t change the order in which the pages are listed in the sidebar.
   
   romers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trying to change page order](https://wordpress.org/support/topic/trying-to-change-page-order/)
 *  Thread Starter [romers](https://wordpress.org/support/users/romers/)
 * (@romers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trying-to-change-page-order/#post-1153957)
 * As soon as I log in I’m in the ‘Dashboard’. I see ‘Manage’ ‘Pages’, but no ‘Admin’
   or quickedit. I’m using 2.62 as this was what came with my Yahoo small business
   account.
    romers

Viewing 9 replies - 1 through 9 (of 9 total)