From: Laury GvR Date: Fri, 30 Jun 2017 18:39:17 +0000 (-0400) Subject: Added Header Ads widget area to functions file. X-Git-Tag: v1.0.13^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6245430f9b05f3bdf775cbac1a9c91eb9139e0cb;p=WP-Themes%2Fmackinawareavb.git Added Header Ads widget area to functions file. --- diff --git a/functions.php b/functions.php index 6cd8092..0385f62 100644 --- a/functions.php +++ b/functions.php @@ -19,6 +19,11 @@ if (!function_exists('glm_quicksite_widget_init')) { 'id' => 'slideshow', 'description' => __('Meta Slider/Slideshow Area') )); + register_sidebar(array( + 'name' => __('Header Ads'), + 'id' => 'header-ads', + 'description' => __('For Ads in the Header') + )); } }