Hi,
How do I change the order of my page buttons on the top of my site:
http://www.cycd.org.uk/
I want home to first and then About BYL
etc.
Thanks
Shebs
Hi,
How do I change the order of my page buttons on the top of my site:
http://www.cycd.org.uk/
I want home to first and then About BYL
etc.
Thanks
Shebs
Use <?php wp_list_pages('title=&sort_column=menu_order');?> in the nav bar's template file and then use the Page Ordering system to set the order of each page (ie Home = 0, About BYL = 10, People = 20 etc).
I don't have a a navbar's template, what is the name of the file I should look at? header.php?
This topic has been closed to new replies.