projects
/
WP-Themes
/
migcsa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48baf72
)
Add the landscape-oriented ad area to blog home page
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 6 Aug 2019 16:59:43 +0000
(12:59 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 6 Aug 2019 16:59:43 +0000
(12:59 -0400)
sections/blog-home.php
patch
|
blob
|
history
diff --git
a/sections/blog-home.php
b/sections/blog-home.php
index
f3a5c3a
..
aefa72a
100644
(file)
--- a/
sections/blog-home.php
+++ b/
sections/blog-home.php
@@
-1,5
+1,12
@@
<main class="blog-home">
<div class="row">
+ <div class="ad-area">
+ <ul id="ad-area-container" class="advanced-ad">
+ <?php if ( is_active_sidebar( 'ad-area' ) ) : ?>
+ <?php dynamic_sidebar( 'ad-area' ); ?>
+ <?php endif; ?>
+ </ul>
+ </div>
<?php get_template_part('parts/blog-content-area'); ?>
<?php get_template_part('parts/blog-sidebar-r'); ?>
</div>