Split Menu - Knowboard
At first register a new menu location: function register_user_menu() { register_nav_menu('main_menu_right',__( 'Right Menu', 'total' )." (".__( 'Right', 'total' ).")"); } add_action( 'init', 'register_user_menu' ); Then in your child theme directory add a new directory "partials/header" with a "header-menu.php" file in it: After the closing add this: <!-- enym start…