menu behavior is not as expected
First thing i would do is register 2 menus, <?php function register_my_menus() {register_nav_menus(array(‘primary’ => __( ‘Primary Menu’ ),’topnav’ => __( ‘Top Nav Menu’ ) ) ); } add_action( ‘init’, ‘register_my_menus’ ); ?> second in wordpress menu panel i would create two menus and assign each to a display location Third i would display the menus … Read more