register nav options added to functions
authorIan Weller <ian@gaslightmedia.com>
Fri, 16 Oct 2015 14:59:53 +0000 (10:59 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 16 Oct 2015 14:59:53 +0000 (10:59 -0400)
functions.php

index 478d689..fd3872a 100644 (file)
@@ -24,6 +24,12 @@ if (!function_exists('glm_quicksite_widget_init')) {
 
 }
 
+register_nav_menus(array(
+  'top-bar' => 'Site Navigation',
+  //'mobile-off-canvas' => 'Mobile',
+//  'footer' => 'Footer'
+));
+
 /**
  * get_menu_options
  *