Wp nav menu customization
-
I’m building a site with a main menu in the header and a sidebar menu on the inside pages. I’m using wp_nav_menu to pull in both. I have the main menu that has “about, services, who we are etc. For example, services has 3 sub items. When user lands on any of the sub pages I would like for the sidebar menu to only show the sub items for that parent menu item. So menu on side would look like this…
SERVICES
– sub item
– sub item
– sub itemOn who we are page:
WHO WE ARE
– sub item
– sub itemI would think this is possible and also to have the services title at top of menu be dynamically brought in.
Are there args that I can use in the wp nav menu function to handle this?
Thank you for any help and hopefully I was clear enough to what I’m seeking.
- The topic ‘Wp nav menu customization’ is closed to new replies.