A little searching got me the nav_menu_link_attributes
filter:
function wpse183311_filter( $atts, $item, $args ) {
$atts['itemtype'] = 'http://schema.org/SiteNavigationElement';
return $atts;
}
add_filter('nav_menu_link_attributes', 'wpse183311_filter', 3, 10);
Add however many attributes you need to the $atts
array as necessary
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 get a different mobile menu than desktop menu in the twentytwelve child theme
- 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
- How to style current page menu item when using a walker
- 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?
- Nav Walker current menu item not displaying
- Page-Linking Structure
- 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
- wp_nav_menu including Skype URL
- Hide Menu Unless Logged In
- How to have two menus using Bootstrap nav walker?
- Change an li class name in a wordpress custom menu walker
- How to change theme header to support multiple nav menus?
- 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
- 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
- Theme Location empty
- how to remove description from menu buttons?
- How to buid wordpress menu with auto width sub-menu items in dropdown menu without any items sharing one line [closed]
- 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
- Remove a class from a using Walker
- The cart, checkout, and shop links not getting removed
- Make two bootstrap menus collapse into one dropdown
- Add custom link on the fly to nav menu
- Switch an entire nav menu if user is logged in
- wp_bootstrap_navwalker Fatal Error
- WordPress functions.php does not affect the theme menus
- Display Menu Navigation Label
- Menu is not displaying on the site navigation [closed]
- Wp Nav Menu div containers
- changing the labels inside appearance -> menus for some for the fields
- Costum walker with sub menu item count
- 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
- Unable to remove page from primary menu
- Add data-track to links in menu
- Show navigation header menu by post and categery
- 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
- wordpress superfish dropdown menu
- 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
- Add featured posts to nav menu
- WordPress “add to menu” button not working