you can write a custom class to extend Walker_Nav_Menu in your functions.php, in this class you can change all the markup
the more simple is to copy all the class from /wp-includes/nav-menu-template.php and modify what you want
class Walker_Nav_Foundation extends Walker_Nav_Menu {
function start_lvl() // to change opening <ul>
function end_lvl() // to change ending </ul>
... etc ...
}
and call it in your template
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'walker' => new Walker_Nav_Foundation() ) ); ?>
Related Posts:
- Add Javascript to WordPress Menu
- How to modify navigation menu of the “My Account” page in WooCommerce
- Custom ID for certain menu item?
- Add data-icon input to WordPress custom menu links
- Show current navigation path from menu
- How to highlight the right item in the navbar
- HTML Bootstrap navigation menu to WordPress menu using wp_nav_menu
- Add class to active top level (grandparent) menu item
- How to get Menu Navigation Labels to output HTML
- custom menu not found
- Number of items in a menu
- wp_nav_menu doesn’t generate parent/ancestor classes
- How to add text before WordPress menu item href
- Add an extra field to the navigation menu box?
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Does the menu item ID ever change?
- Hide and show menu subpages
- How to add a parameter to links in the nav menu?
- Benefits of using Nav Walker?
- Use walker for specific menu, or avoid use of walker
- Change where navigation bar links?
- Page-Linking Structure
- Navigation (wp_nav_menu) refuses to nest within parent element
- has_children in custom nav_walker
- How to have custom menu Item CSS Classes for wp_page_menu() or wp_list_pages()
- How to fix “Supplied nav_menu_item value missing property” after update to WordPress 5.0
- Add custom menu item metabox in Navigation Settings
- wp_nav_menu including Skype URL
- How to have two menus using Bootstrap nav walker?
- Change an li class name in a wordpress custom menu walker
- Separator for custom nav menu
- How do I add recent posts to the menu?
- Conditional secondary menus
- Making a navigation header menu with bulma, need some advice
- walker – 0 level on submenu formatting
- Determine the last child of the parent menu WP Nav Walker
- Nav and logo loading each time causing menu to move JointsWP – Foundation 6
- Navigation doesn’t render when wp is hosted
- Remove nav menu item by script
- Does is_child() exist in wp 3.5.1?
- Using _s theme, menu changes do not affect header menu
- Add span in top menu item with nested itens
- Missunderstanding of WordPress menus
- How to add schema.org SiteNavigationElement and property URL to navbar?
- Show children (sub-navigation) of active menu item only
- Menu Arrow for Child Element
- Adding an external link to wordpress menu
- Add a counter beside menu item label
- set certain item in nav walker to active when on archive pages or singles
- wp_nav_menu() | Outputting my own custom code using built in features
- The cart, checkout, and shop links not getting removed
- Twenty Fifteen: Change navigation menu behavior
- Switch an entire nav menu if user is logged in
- WordPress functions.php does not affect the theme menus
- Display Menu Navigation Label
- Menu is not displaying on the site navigation [closed]
- Odd spacing in Navigation Bar [closed]
- wp_list_pages Hierarchical Help
- How to avoid the and which added when custon menu widget is used
- Wp Nav Menu div containers
- Add pages content to startpage through custom menu
- Updated WordPress, now Navigation is Messed Up
- How do I add 3rd level of dropdowns to wp_nav_menu array?
- Possible to append class to nav menu added to widget area?
- WP Menu Rollover Nav Item and Effect DIV Elsewhere
- need help in wordpress navbar setup
- Can I now add a class in the anchor of my menu item with WordPress 5.4?
- WordPress + Bootstrap: Replace primary navigation menu on mobile?
- Multi-Level Nav Bar
- Navbar is hidden behind carousel when using wp-boostrap-navwalker
- Change markup for just 2nd list element in custom Walker menu
- Additional CSS for the nav menu
- display cart information within li of cart menu item
- Add data-track to links in menu
- Is it possible to seperate wordpress menu by different div?
- How to add odd and even classes to all nav links through walker?
- Output sort number in wp menu list item?
- Add newsletter signup element to navigation bar
- wp-nav menu with custom walker , how to remove a tag if it has any submenu
- Check in walker if current page is descendant
- wp_nav_menu not selecting teh correct menu
- Active page link not getting class assigned
- Highlighting Main Navigation Menu With Two or More Class Matches
- Customize Walker_nav_menu to show posts if item is category
- Menu not always using correct link
- Where these arguments are defined?
- Remove from wp_nav_menu() wordpress
- Second tier sidebar navigation
- Add custom ID to wp_nav_menu list items
- Show All Children of WordPress Menu
- How to make an anchored page in a navigation menu tab
- Creating an accordion style menu
- How can I structure my pseudo footer nav code with wordpress codex code?
- Two Homes In Navigation Menu
- How to set menu Display location
- How to add a class directly on a unordered list element that is a primary navigation
- How do I programatically remove Menus?
- Displaying a Custom Avatar in WP Bootstrap Navwalker Menus in WordPress
- Is there a way to make it so that I don’t get a hamburger menu, but rather a desktop style nav, when resizing to a mobile size
- Give custom class names to WP nav sub-menu