I need to create 5 sections of a school website, each with a different main menu.
I’d like to have a consistent menu across the very top of the page using the “secondary menu” which would navigate to these different sections of the site. Then, each section would get a different header. I’m just not sure the best way to go about this. I know it is custom work beyond the scope of this support, but could you let me know if I am on the right track by …
1) creating a custom page template for each section (in which case, which php file should I work from, template-builder.php?)
2) creating a custom header file, ie header-highschool.php and header-middleschool.php
3) assigning the menu with <?php wp_nav_menu( array(‘menu’ => ‘highschool’ )); ?>
I’m a bit confused at how to modify the header because of the helper-main-menu.php file.
If none of this makes sense, do you do theme customization work or can you recommend a developer who is good with Enfold?
Thanks
Hi Steeleroo!
We do not do any custom work. You could try contacting Werkpress, http://kriesi.at/contact/customization.
I’m not really sure what the best way to go about this would be. I think creating custom page and header templates would work but it would take a lot of time and code.
I think what I would probably do is use the “ava_after_main_menu” hook to add a separate menu for certain pages and then use CSS to hide the default menu.
Cheers!
Elliott