Hello
I was wondering if there is a way to re-order the pages listed above the header? I know how to do this using the order by name etc...but if I choose custom menu then the home link goes missing. Is there a way to re-order them and keep the home link?
Thanks
You can give home link in custom menu.
I think I understand but how can I re-order them so they appear in this order About - Contact -Home - Other Articles - Translation
When Editing a page, look on the right-side.
Order. Number them 1-99 how you want them to appear
I see what you mean, but what I'm trying to do is have the home link included in my main list, that is not in a custom list. When I try to do that there is no way to have the home page appear anyway else but in the the very first slot. If I create a page with the tile Home in a custom list it asks for a link, I enter the link for my home page but it sends that page somewhere else not to my front page.
What I'm trying to do is just use an existing menu type and have the home link show up not in the first slot. the way it is now:
home - about - contact - other articles - translations
What I want
about - contact - home - other articles - translations
You will need to edit your theme's header.php
Too early for me(need my coffee) but you will see a section that includes like:
get_option('home')
and you want to remove that section. It will be just above where wp_list_pages is used. You might need to keep it from excluding the Ome page.