diff --git a/functions.php b/functions.php
index 56f6089..00822c5 100644
--- a/functions.php
+++ b/functions.php
@@ -50,6 +50,11 @@ add_action('template_redirect', function () {
     }
 });
 
+
+add_action('init', function () {
+    register_nav_menu('header-menu', __('Header Menu'));
+});
+
 // Register Custom Post Type
 
 add_action('init', function () {