wp_nav_menu - add class on UL
问题 I am learning wordpress together with bootstrap and somehow I can't add class on UL tag. In the screenshot, I want to add class nav nav-tabs on UL but it was added on parent div $defaults = array( 'menu_class'=> 'nav nav-tabs', ); wp_nav_menu( $defaults ); Inspected element: Referrence: http://codex.wordpress.org/Function_Reference/wp_nav_menu 回答1: First of all, you need to create a custom navigation menu from Appearance -> Menus . Then, use the wp_nav_menu with the following parameters: <