From 7be55dd68613079f532b44a1f7008484bfae018b Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 22 Feb 2017 10:16:51 -0500 Subject: [PATCH] adding a widget field I added the slideshow widget field to the function file. I need to update the slideshow partial as well most likely. --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.php b/functions.php index 8beaaa1..9322969 100644 --- a/functions.php +++ b/functions.php @@ -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', -- 2.17.1