diff --git a/functions.php b/functions.php index 76033507..500940a2 100644 --- a/functions.php +++ b/functions.php @@ -44,7 +44,7 @@ function _s_setup() { // This theme uses wp_nav_menu() in one location. register_nav_menus( array( - 'primary' => esc_html__( 'Primary', '_s' ), + 'menu-1' => esc_html__( 'Primary', '_s' ), ) ); /* diff --git a/header.php b/header.php index 929084ad..3e489f79 100644 --- a/header.php +++ b/header.php @@ -42,7 +42,7 @@