Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

## Installation

Place **wp_bootstrap_navlist_walker.php** in your WordPress theme folder `/wp-content/your-theme/`
Place **wp_bootstrap_navlist_walker.php** in your WordPress theme folder `/wp-content/theme/your-theme/`

Open your WordPress themes **functions.php** file `/wp-content/your-theme/functions.php` and add the following code:
Open your WordPress themes **functions.php** file `/wp-content/theme/your-theme/functions.php` and add the following code:

```php
// Register Custom Navigation Walker
Expand Down