You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Copy and paste the [bootstrap_5_wp_nav_menu_walker](https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker/blob/main/functions.php) class into the functions.php file of your theme
5
-
2. Register a new menu by adding the follow code into the functions.php file of your theme
4
+
1. Copy and paste the [bootstrap_5_wp_nav_menu_walker](https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker/blob/main/functions.php) class into the functions.php file of your theme;
5
+
2. Register a new menu by adding the follow code into the functions.php file of your theme:
6
6
```php
7
7
register_nav_menu('main-menu', 'Main menu');
8
8
```
9
-
3. Add the following html code in your header.php file or wherever you want to place your menu.
9
+
3. Add the following html code in your header.php file or wherever you want to place your menu:
0 commit comments