How to add Class in using wp_nav_menu() in WordPress?

No need to create custom walker. Just use additional argument and set filter for nav_menu_css_class. For example: $args = array( ‘container’ => ”, ‘theme_location’=> ‘your-theme-loc’, ‘depth’ => 1, ‘fallback_cb’ => false, ‘add_li_class’ => ‘your-class-name1 your-class-name-2′ ); wp_nav_menu($args); Notice the new ‘add_li_class’ argument. And set the filter on functions.php function add_additional_class_on_li($classes, $item, $args) { if(isset($args->add_li_class)) { … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)