Viewing 5 replies - 1 through 5 (of 5 total)
  • Depends on “how” you are displaying those Pages. If you are using the template tag, wp_list_pages(), then look at the sort_column argument.

    Hey maureenvs,

    Usually in header.php has this code:
    <li class="page_item<?php if (is_home() || is_single()) {echo ' current_page_item';} ?>"><a href="<?php bloginfo('url'); ?>">Home</a></li>

    Remove this code: <a href="<?php bloginfo('url'); ?>">Home</a>

    [link moderated – if you have videos and tutorials that are helpful please submit them to https://wordpress.tv/ and use those links]

    Thread Starter maureenvs

    (@maureenvs)

    MichaelH: I am brand new to wordpress and do not understand what you mean. Is there a step-by-step tutorial? The only thing that I found was to set up desired page numbers in each page but it wasn’t working so I deleted pages and started over in the order I desired just to get it done. I would like to know how to do this though. Are there tutors for beginners?

    Kim09: I do not see the entire code you list. I see parts of it but afraid to delete anything since I don’t know what I’m doing.

    Thank you!!!

    maureenvs – switch to the WordPress Default theme and see if the Pages appear in the Order you entered.

    Thread Starter maureenvs

    (@maureenvs)

    Thanks, I’ll try that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page order not responding.’ is closed to new replies.