From 963492a70cdcb1ee603fcb3a595dcc05f8f8338e Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 6 Jan 2017 15:13:09 -0500 Subject: [PATCH] adding the slideshow widget area I added code to the functions.php file to a widget area for the slideshow --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) 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', -- 2.17.1