From 6245430f9b05f3bdf775cbac1a9c91eb9139e0cb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 30 Jun 2017 14:39:17 -0400 Subject: [PATCH] Added Header Ads widget area to functions file. --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) 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') + )); } } -- 2.17.1