If I configure wp_nav_menu
function, I can put the “items_wrap” option to achieve a nice navigation given by Twitter Bootstrap, thus: <ul class="nav nav-pills">%3$s</ul>
. But, how to configure the custom menu widget to do the same? I mean, for achieve <ul class="nav nav-tabs nav-stacked">%3$s</ul>
in all custom menu widgets, by default.
Thanks for help!
Have a nice day.
Filter
'wp_nav_menu_args'
.