• HI friends im new to all of this and i have a noob question.HOW can you put my pages in the order that i need them to be thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you need to order them in your sidebar, edit sidebar.php and edit wp_list_pages to use sort_column=menu_order – Eg:

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

    Then use the Page Order option in Admin/Pages to re-order your pages.

    Thread Starter ohioguru

    (@ohioguru)

    HI esmi i used the page order but when i go on my site their not in that order.Their in alphabetically order.

    Thread Starter ohioguru

    (@ohioguru)

    MY pages are in this order
    0
    1
    2
    3
    4
    in that order but it doesnt show up like that on my site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘putting pages in order.’ is closed to new replies.