Added Header Ads widget area to functions file.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 30 Jun 2017 18:39:17 +0000 (14:39 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 30 Jun 2017 18:39:17 +0000 (14:39 -0400)
functions.php

index 6cd8092..0385f62 100644 (file)
@@ -19,6 +19,11 @@ if (!function_exists('glm_quicksite_widget_init')) {
             'id'          => 'slideshow',
             'description' => __('Meta Slider/Slideshow Area')
         ));
+        register_sidebar(array(
+            'name'        => __('Header Ads'),
+            'id'          => 'header-ads',
+            'description' => __('For Ads in the Header')
+        ));
     }
 
 }