text 将类添加到主菜单链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 将类添加到主菜单链接相关的知识,希望对你有一定的参考价值。

IN FUNCTIONS.PHP
================

function add_specific_menu_location_atts( $atts, $item, $args ) {
    // check if the item is in the primary menu
    if( $args->theme_location == 'menu-1' ) {
        // add the desired attributes:
        $atts['class'] = 'main-nav__item';
    }
    return $atts;
}
add_filter( 'nav_menu_link_attributes', 'add_specific_menu_location_atts', 10, 3 );

以上是关于text 将类添加到主菜单链接的主要内容,如果未能解决你的问题,请参考以下文章

text 将类添加到menu-1到活动菜单链接。

Wordpress 将类添加到菜单链接

html 将类激活添加到当前页面菜单链接https://htmlcssphptutorial.wordpress.com/2015/06/30/jquery-automatically-highlig

Drupal:将存档添加到主链接作为 SubNav

html 自定义链接到主菜单教程代码

将类添加到菜单类到 wp_nav_menu 将类添加到 div 而不是 ul