From 708a282f4d70fb1e1c073148babf1b747c2aa280 Mon Sep 17 00:00:00 2001 From: John Calande Date: Thu, 14 Apr 2016 15:44:39 -0400 Subject: [PATCH] added Navigation Options back to the menu --- inc/customizer-nav.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/customizer-nav.php b/inc/customizer-nav.php index 7e3fb3d..8143cc6 100644 --- a/inc/customizer-nav.php +++ b/inc/customizer-nav.php @@ -16,6 +16,12 @@ $maxMegaMenuActive = is_plugin_active('megamenu/megamenu.php'); // If it's not active, display some options (activating the plugin overrides everything). if (!$maxMegaMenuActive){ + + $wp_customize->add_section( 'nav' , array( + 'title' => 'Navigation Options', + 'priority' => 30, + ) ); + $wp_customize->add_control('navoption1', array( 'type' => 'select', 'label' => 'Navigation Style',