[RESOLUTION]
Peredur & co.,
I have figured out how to modify the Navigation bar and would like to share my resolution with you for everyone’s benefit.
For me, it is specific to how the navigation bar is controlled in my particular theme. My theme is Jamacob and was developed by 123Triad.
123Triad has chosen to control the items and aesthetics of the navigation bar with the Shailan Dropdown Menu.
I found my php
reference calling the dropdown menu function, namely <?php shailan_dropdown_menu(); ?>
in the header.php
template file and noticed that the previously active nav
item, using wp_list_pages
, has been commented out.
The key to making the Shailan Dropdown Menu work is 2 things:
1. Going to Appearance –> Menus and creating a Menu bar, for example “Navbar”, that contains the pages or any kind of items to be included in the Navigation bar that you want.
2. Then going to ‘Settings’ –> ‘Dropdown Menu’, finding the Template Tag Options box and under Menu Type choosing the new menu bar that you just created that contains the items you want for your Navigation bar, for example “Navbar”
and Voila! You should have it.
Contact me with any questions! [email protected]
Cheers!