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:
f5483c3
)
Update post side bar
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 14 Dec 2018 13:28:17 +0000
(08:28 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 14 Dec 2018 13:28:17 +0000
(08:28 -0500)
Adding side-ad widget output.
parts/blog-sidebar-r.php
patch
|
blob
|
history
diff --git
a/parts/blog-sidebar-r.php
b/parts/blog-sidebar-r.php
index
75fe9b0
..
5c4ac4e
100644
(file)
--- a/
parts/blog-sidebar-r.php
+++ b/
parts/blog-sidebar-r.php
@@
-15,6
+15,11
@@
}
?>
</ul>
+ <?php
+ echo "<ul id='ad-area-container' class='advanced-ad'>";
+ if ( is_active_sidebar( 'side-ad' ) ) { dynamic_sidebar( 'side-ad' ); }
+ echo"</ul>";
+ ?>
<p>Categories</p>
<ul>
<?php
@@
-30,4
+35,4
@@
<p>Archive</p>
<ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
</div>
- </div>
\ No newline at end of file
+ </div>