Adrotate frontpage slideshow widget added
authorLaury GvR <laury@gaslightmedia.com>
Mon, 25 Jul 2016 20:59:37 +0000 (16:59 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 25 Jul 2016 20:59:37 +0000 (16:59 -0400)
functions.php

index e56c988..edd4fc7 100644 (file)
@@ -16,6 +16,11 @@ if (!function_exists('glm_quicksite_widget_init')) {
             'id'          => 'slideshow',
             'description' => __('Meta Slider/Slideshow Area')
         ));
+        register_sidebar(array(
+            'name'        => __('Frontpage Adrotate Slider'),
+            'id'          => 'frontpageadrotateslider',
+            'description' => __('AdRotate Slideshow Area')
+        ));
     }
 
 }