From: Laury GvR Date: Fri, 29 Jun 2018 18:22:36 +0000 (-0400) Subject: Blog ad widget container added to allow styling X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=203446120148e993bce2f0c4dd63ed5c48966e2f;p=WP-Themes%2Fcirclemichigan.git Blog ad widget container added to allow styling --- 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 @@
- +
+ +