by Sylent
4 replies
  • WEB DESIGN
  • |
All of my Pages are displayed in alphabetic order, how do I fix that? I tried going to the control panel > Pages > Quick edit. I changed the numbers accordingly to how I wanted them. Updated. However all that did was put them in the order I wanted in the control panel, not the actual webpage.

EDIT: Was something wrong with my current theme it turns out.
#wordpress
  • Profile picture of the author seopress
    If your pages are being displayed by a widget, perhaps "Pages" widget, make sure the widget's sort order is set to "sort by Page Title" - go to Appearance > Widgets, locate the Pages widget wherever it is assigned, open it up and check / save this setting.

    If the pages are being displayed using the wp_list_pages function, use something like:
    <?php wp_list_pages('sort_column=menu_order'); ?>
    or for other options see the function reference page at Function Reference/wp list pages « WordPress Codex
    {{ DiscussionBoard.errors[3772224].message }}
    • Profile picture of the author markmethew
      Originally Posted by seopress View Post

      If your pages are being displayed by a widget, perhaps "Pages" widget, make sure the widget's sort order is set to "sort by Page Title" - go to Appearance > Widgets, locate the Pages widget wherever it is assigned, open it up and check / save this setting.

      If the pages are being displayed using the wp_list_pages function, use something like:
      <?php wp_list_pages('sort_column=menu_order'); ?>
      or for other options see the function reference page at Function Reference/wp list pages « WordPress Codex

      That's absolutely right and i had faced the same problem earlier but i fixed that with the way that had been mentioned above by seopress
      {{ DiscussionBoard.errors[3773304].message }}
      • Profile picture of the author brucewilliams
        Originally Posted by markmethew View Post

        That's absolutely right and i had faced the same problem earlier but i fixed that with the way that had been mentioned above by seopress
        i had never faced this proble yet but thanks for sharing as if i face it then at-least i have a solution
        {{ DiscussionBoard.errors[3773805].message }}
  • Profile picture of the author gulfhosting
    Banned
    If still happens clear your cookies and check again
    {{ DiscussionBoard.errors[3773093].message }}

Trending Topics