|

Add Another Navigation Bar

Place this code in the functions.php file to add another navigation area to your website 1 2 3 4 5 6 7 8 9 add_action( ‘init’, ‘mk_nav_menu’ );   function mk_nav_menu() { register_nav_menus( array( ‘header-sector-menu’ => __( ‘Header Sector Menu’ ) ) ); }add_action( 'init', 'mk_nav_menu' ); function mk_nav_menu() {…

End of content

End of content