Search code examples
phpwordpressdrop-down-menutwitter-bootstrap-3wordpress-theming

change bootstrap dropdown-menu class to Wordpress sub-menu class


I want to change the default "sub-menu" class automatically generated for wordpress with bootstraps "dropdown-menu", and "has-children" with "dropdown" of bootstrap. I know that it can be achieved with nav_Walker. but i dont know how to do this?


Solution

  • After a lot of search and experiment finally i found it. I used twitter bootstrap nav walker to solve my issue.

    wp-bootstrap-navwalker