From: Ian Weller Date: Fri, 16 Oct 2015 14:59:53 +0000 (-0400) Subject: register nav options added to functions X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e65701920d1277a243efde58cd4880404d3ad091;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git register nav options added to functions --- 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 *