From c7b33017913c0cdc0457f4ac1c4474ba6a2af417 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 25 Jul 2016 16:59:37 -0400 Subject: [PATCH] Adrotate frontpage slideshow widget added --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.php b/functions.php index e56c988..edd4fc7 100644 --- a/functions.php +++ b/functions.php @@ -16,6 +16,11 @@ if (!function_exists('glm_quicksite_widget_init')) { 'id' => 'slideshow', 'description' => __('Meta Slider/Slideshow Area') )); + register_sidebar(array( + 'name' => __('Frontpage Adrotate Slider'), + 'id' => 'frontpageadrotateslider', + 'description' => __('AdRotate Slideshow Area') + )); } } -- 2.17.1