From: Ian Weller Date: Fri, 6 Jan 2017 20:13:09 +0000 (-0500) Subject: adding the slideshow widget area X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=963492a70cdcb1ee603fcb3a595dcc05f8f8338e;p=WP-Themes%2Fglmthemes%2Fmichiganscientific-theme.git adding the slideshow widget area I added code to the functions.php file to a widget area for the slideshow --- diff --git a/functions.php b/functions.php index c764724..c693a07 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' => __('Meta Slider/Slideshow Area') + )); //register_sidebar(array( // 'name' => __('Footer'), // 'id' => 'sidebar-f',