We can use depth parameter of wp_nav_menu
to set how many levels menu walker traverses.
wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'header-menu' , 'depth' => 1) );
You can create a child theme so that updates won’t override during updates.
Create child theme and copy code from header.php
of parent theme then replace the code
wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'header-menu' ) );
with the above code.
More Info:
child theme
Related Posts:
- Split up wp_nav_menu with custom walker
- Does Extending Multiple Nav_Menu_Walkers Allow Nested Menus?
- Call custom field into menu item
- add span class inside wp_nav_menu link anchor tag
- Determine if a navigation item has children
- Bootstrap dropdown nav pills not working with wp_nav_menu()
- Add Page ID class to nav menu items
- Bar separated navigation by extending Walker_Nav_Menu
- Bar separated navigation by extending Walker_Page
- How to Create a Custom WordPress Navigation Menu with the Code?
- Custom Nav Walker sub-menu HTML construct
- `start_el` depth argument in custom nav walker always evaluates to zero
- Benefits of using Nav Walker?
- Use walker for specific menu, or avoid use of walker
- How to display dynamic content in start_lvl function
- Add custom text to menu
- has_children in custom nav_walker
- Adding post excerpt into navigation menu
- Use wp_nav_menu to display ALL pages
- Third level navigation class
- How to add a submenu toggle button inside all “li” elements that have a submenu?
- add span class and i tag inside wp_nav_menu link anchor tag
- Change an li class name in a wordpress custom menu walker
- Add within the output of
- Is this format possible with a custom Nav Walker class?
- walker – 0 level on submenu formatting
- Determine the last child of the parent menu WP Nav Walker
- Navigation doesn’t render when wp is hosted
- getting the current sub item out of total sub items in a given dropdown (custom walker)
- How do you add a around the second level of a Menu?
- Help with walker for nav
- How Do I Add Images To Main Navigation Menu
- Walker menu not displaying at all
- Show children (sub-navigation) of active menu item only
- Adding a unique ID to each sub-menu
- Remove a class from a using Walker
- How to Add support for sub-menu item description in wordpress?
- wp_list_pages Hierarchical Help
- changing the labels inside appearance -> menus for some for the fields
- Costum walker with sub menu item count
- How do I add 3rd level of dropdowns to wp_nav_menu array?
- Help with WordPress Custom Nav Walker
- Why is my navigation in my onepage not working?
- url_to_postid method in walker_nav navigation menu causing exceptionally high TTFB
- Is it possible to get_the_post_thumbnail (Featured Image) inside a sprintf function?
- Can I now add a class in the anchor of my menu item with WordPress 5.4?
- What is inside in $item in start_el function in Walker_Nav_Menu class
- Multi-Level Nav Bar
- Adding additional html to the end of the root level in a custom nav walker
- Change markup for just 2nd list element in custom Walker menu
- Where to place a svg chevron down in my custom walker?
- Add active class to wp_nav_menu
- Output existing wp_nav_menu with a custom walker
- how to split vertical menu into two columns using walker nav menu
- How can I create this menu with wp_nav_menu()?
- Conditional Nav Menu Inside Nav Menu Across Multisite Sites
- How to add odd and even classes to all nav links through walker?
- Output sort number in wp menu list item?
- Creating custom Menu for custom theme
- Check in walker if current page is descendant
- Can’t add optional class to menu item when using Walker_Nav_Menu
- Add dynamic content block to nav section generated by custom walker
- wp_dropdown_nav function to list menu items
- Customize Walker_nav_menu to show posts if item is category
- Determine if a navigation item has children
- Walker for menus
- how to make a walker to this (in bootstrap, i try but not work)
- how can i get the page_ID in nav li [closed]
- Custom navigation / menu output (walker?)
- Programmatically add a Navigation menu and menu items
- How to count nav menu items?
- Exclude Private, Draft pages from Primary Nav when using custom menu
- wp_nav_menu always falls back to a menu
- Not able to get current menu ID
- WordPress wp_nav_menu with a nav tag
- Programmatically set current-menu-item using wp_nav_menu
- How can I add divs or change li in the submenu of the menu_nav
- Get number of root elements in walker class
- How to create this Custom Walker Menu
- current-menu-item class is not added
- wp_page_menu not working right?
- creating a custom walker class
- Menu Arrow for Child Element
- Adding an external link to wordpress menu
- Add a counter beside menu item label
- Modifying the walker to insert parent’s description above sub menus
- How to avoid the and which added when custon menu widget is used
- Add pages content to startpage through custom menu
- Add attributes to wrapper html generated by wp_nav_menu
- Get Each Menu Nav Label of Menus in HTML tag
- How can I click the parent menu then redirect to a special URL?
- Stuck while adding bootstrap navwalker class
- How do I display menu in header without loosing styles?
- Navigation bar is on live site but nothing under menu so can’t add in a page
- Displaying a part of a menu containing the page the user is currently viewing and only it’s immediate children
- Add the “.current-menu-item” class to tag?
- Use wp_nav_menu to dynamically generate child menus
- How was this menu system created?
- Broken drop down menu using Bootstrap and navwalker class
- Add a page to a subscribers account