adding the slideshow widget area
authorIan Weller <ian@gaslightmedia.com>
Fri, 6 Jan 2017 20:13:09 +0000 (15:13 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 6 Jan 2017 20:13:09 +0000 (15:13 -0500)
I added code to the functions.php file to a widget area for the slideshow

functions.php

index c764724..c693a07 100644 (file)
@@ -16,6 +16,11 @@ if (!function_exists('glm_quicksite_widget_init')) {
             'id'          => 'sidebar-r',
             'description' => __('Appears in Right Sidebar')
         ));
+        register_sidebar(array(
+            'name'        => __('Slideshow'),
+            'id'          => 'slideshow',
+            'description' => __('Meta Slider/Slideshow Area')
+        ));
         //register_sidebar(array(
         //    'name'        => __('Footer'),
         //    'id'          => 'sidebar-f',