From: Laury GvR Date: Mon, 25 Jul 2016 20:59:37 +0000 (-0400) Subject: Adrotate frontpage slideshow widget added X-Git-Tag: v1.0.0^2~50 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c7b33017913c0cdc0457f4ac1c4474ba6a2af417;p=WP-Themes%2Fpetoskey.git Adrotate frontpage slideshow widget added --- 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') + )); } }