From e65701920d1277a243efde58cd4880404d3ad091 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 16 Oct 2015 10:59:53 -0400 Subject: [PATCH] register nav options added to functions --- functions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions.php b/functions.php index 478d689..fd3872a 100644 --- a/functions.php +++ b/functions.php @@ -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 * -- 2.17.1