adding a widget field
authorIan Weller <ian@gaslightmedia.com>
Wed, 22 Feb 2017 15:16:51 +0000 (10:16 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 22 Feb 2017 15:16:51 +0000 (10:16 -0500)
I added the slideshow widget field to the function file.  I need to
update the slideshow partial as well most likely.

functions.php

index 8beaaa1..9322969 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' => __('Slideshow/Meta Slider')
+        ));
         //register_sidebar(array(
         //    'name'        => __('Footer'),
         //    'id'          => 'sidebar-f',