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?
After a lot of search and experiment finally i found it. I used twitter bootstrap nav walker to solve my issue.