From 203446120148e993bce2f0c4dd63ed5c48966e2f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 29 Jun 2018 14:22:36 -0400 Subject: [PATCH] Blog ad widget container added to allow styling --- functions.php | 4 +--- sections/blog-single.php | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 41a4bbc..f219d89 100644 --- a/functions.php +++ b/functions.php @@ -19,9 +19,7 @@ if (!function_exists('glm_quicksite_widget_init')) { register_sidebar(array( 'name' => __('Blog Post Ads - Top'), 'id' => 'post-ads-top', - 'description' => __('Area for ads displayed before content on blog posts'), - 'before_widget' => '
', - 'after_widget' => '
', + 'description' => __('Area for ads displayed before content on blog posts') )); } } diff --git a/sections/blog-single.php b/sections/blog-single.php index 9ac2514..67e5a3c 100644 --- a/sections/blog-single.php +++ b/sections/blog-single.php @@ -1,7 +1,9 @@
- +
+ +
-- 2.17.1