Convert a custom bootsrap based menu to wordpress nav walker
The easier way is to use Wp Bootstrap Navwalker script here: https://github.com/wp-bootstrap/wp-bootstrap-navwalker. It’s already built to handle all the Bootstrap to WordPress dynamic styling. All you would need to do is include file in your functions.php file. require_once get_template_directory() . ‘/wp-bootstrap-navwalker.php’; And add the php code to the Bs Navbar links area of the code. … Read more