How to remove the "Navigation" menu item from custom menu?
-
Hello
My theme is a child theme of Attitude theme, and I have used wp_nav_menu in my header, i.e.
wp_nav_menu( array( ‘theme_location’ => ‘extra1-menu’ ) );
to display this extra menu. All the items in the menu show up as planned, but the last item is “Navigation”, which goes nowhere, and cannot be seen in the Appearance, Menus page of WP backend. I presume this is something to do with Attitude’s support for mobile platforms, but I want to get rid of the word “Navigation” – which even shows up when viewed on iPad/iPhone.
Anyone know how to do this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to remove the "Navigation" menu item from custom menu?’ is closed to new replies.