• My pages on my wordpress site is not in the right order, my first page is not the first page like it should be, its on the fourth page is their anyone that can help me figure out this problem, I’m also having problems with the order of my posts as well, I’m new to WordPress, so I really appreciate your help!! ?? I’m not sure if this is allowed but here is a link to my wordpress site

    https://steps-for-success-review.com

    Shawn

Viewing 4 replies - 1 through 4 (of 4 total)
  • in the wp_page_menu method you can pass a sort_column:

    <?php wp_page_menu('show_home=Home'.'& title_li='.'& depth=1'.'& sort_column=menu_order'); ?>

    that last bit: sort_column=menu_order

    This will sorts the sites pages by the “Order” you assign it.

    Thread Starter shawnb1975

    (@shawnb1975)

    I’m really new at this, can you help me with finding the

    “wp_page_menu method you can pass a sort_column

    <?php wp_page_menu(‘show_home=Home’.’& title_li=’.’& depth=1′.’& sort_column=menu_order’); ?>

    that last bit: sort_column=menu_order” , I don’t know where to find it and apply it to the order of my pages. Thanks for your patience and help.

    if you look on Admin>Pages><pagename>Edit there is a field at the bottom of the right-hand column that allows you to set the place it is displayed in the navigation bar. they are all 0 by default.

    Thread Starter shawnb1975

    (@shawnb1975)

    I’ve done that and when I view the pages it’s still showing in the wrong order, however it shows in the right order in the “Edit” section, it doesn’t seem to change when I view it online though, I don’t know if you’ve seen my WP site but here is the link its https://www.steps-for-success-review.com, as you can see the first page under “Home” shows the disclaimer that I’ve created, that should be the last page, I really appreciate your help and patience. Thankyou!! ??
    Shawn

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My pages on my wordpress site is not in the right order…’ is closed to new replies.