Navigation Menus are an easy to use mechanism for displaying navigation menus into a theme. In order to incorporate menu support into your theme, you need to add a few code segments to your theme files. Below are some code snippets that show you how to reposition and remove existing menus and how to add more menu locations.
Reposition the primary navigation menu
Reposition the secondary navigation menu
Remove all Bizznis menus (primary and secondary)
Register only Primary navigation menu
Register only Secondary navigation menu
Add new menu location
You can add new menu locations to any part of your themes, be it header, content or footer. Below is the demonstration of adding new menu location to ‘bizznis_footer_inner’ action, which is located in footer area.