From: Ian Weller Date: Wed, 22 Feb 2017 15:16:51 +0000 (-0500) Subject: adding a widget field X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7be55dd68613079f532b44a1f7008484bfae018b;p=WP-Themes%2Fglmthemes%2Fcountyfair-theme.git 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. --- 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',