projects
/
WP-Themes
/
circlemichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f314f86
)
Fix to display blog post ad area
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 29 Jun 2018 17:29:59 +0000
(13:29 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 29 Jun 2018 17:29:59 +0000
(13:29 -0400)
sections/blog-single.php
patch
|
blob
|
history
diff --git
a/sections/blog-single.php
b/sections/blog-single.php
index
4f033a9
..
9ac2514
100644
(file)
--- a/
sections/blog-single.php
+++ b/
sections/blog-single.php
@@
-1,7
+1,8
@@
<main class="blog-single">
<div class="row">
- <?php if ( !function_exists('post-ads-top') || !dynamic_sidebar("Blog Post Ads - Top") ) : ?>
- <?php endif;?>
+ <?php if ( !function_exists('post-ads-top') ) { ?>
+ <?php dynamic_sidebar("Blog Post Ads - Top"); ?>
+ <?php } ?>
<div id="blog-posts-over" class="small-12 medium-9 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<div class="row blog-post-container">