diff --git a/README.md b/README.md index e11c47d..e5b6269 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -## step one is to place navwalker.php in your WordPress theme folder /wp-content/your-theme/ - -## add these lines to your functions.php +#Bulma Navwalker +##To use +1) place navwalker.php in your WordPress theme folder /wp-content/your-theme/ +2) To use Bulma-navwalker add these lines to your functions.php ``` require_once('navwalker.php'); register_nav_menus( array( 'primary' => __( 'Primary Menu', 'missionfit' ), ) ); ``` - -## then add this initializer in your header (either index.php, header.php, etc...) +3) Then add this initializer in your header (either index.php, header.php, etc...) ``` wp_nav_menu( array( 'theme_location' => 'primary',