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 http://wordpress.tv/ and use those links]
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.