Tagged: main Navigation, widget area
First let me say that the Enfold Theme is TOP NOTCH high quality stuff. I don’t think I have ever run across a theme that is this well done. I appreciate all the hard work that has been put into it in order to make my life easier and more profitable. Thank You!
Now… I have a client that needs the “additional header with social icons” to be the primary menu on every page, but needs the current main navigation area to be adaptive or conditional to separate pages but keep the same style and format currently being used.
Example:
example.com/push would have one menu in the main menu area)
example.com/pull would have a different menu in the main menu area)
example.com/shove would have yet another menu in the main menu area
example.com/yank would have yet another menu in the main menu area
Tough, i know…
Your suggestions on how to effectively and quickly handle this matter with your theme so nothing else is effected?
Im perfectly comfortable with editing the .php files but do not know enough to customize it to my needs. Can you please point me in the right direction?
Hi Holubik,
You could probably hard code in conditional ‘if-this page then show this’ code to the header.php file and have it switch the actual menu. You would just need to register new menu locations and then assign each menu to the new location.
See:
http://codex.wordpress.org/Conditional_Tags
http://codex.wordpress.org/Function_Reference/register_nav_menus
Regards,
Devin