itemprop attribute
-
Hi. First of all I absolutely love the plugin. Excellent work. I’m only wondering if I can add the itemprop attribute ‘url’ to your menu using funcions.php? On my standard menu it worked using the following function:
function add_menu_attributes( $atts, $item, $args ) {
$atts[‘itemprop’] = ‘url’;
return $atts;
}
add_filter( ‘nav_menu_link_attributes’, ‘add_menu_attributes’, 10, 3 );This unfortunately does not work anymore with the megamenu
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘itemprop attribute’ is closed to new replies.