projects
/
WP-Themes
/
turkeyville.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7d89b
)
Added featured product to shop sidebars as well
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 27 Feb 2017 21:22:31 +0000
(16:22 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 27 Feb 2017 21:22:31 +0000
(16:22 -0500)
parts/shop-sidebar.php
patch
|
blob
|
history
diff --git
a/parts/shop-sidebar.php
b/parts/shop-sidebar.php
index
099429f
..
4818fa6
100644
(file)
--- a/
parts/shop-sidebar.php
+++ b/
parts/shop-sidebar.php
@@
-32,6
+32,10
@@
</div>
<?php } ?>
</div>
+<div id='side-items'>
+ <div><h2 class="sidebar-title">Featured Product</h2></div>
+ <?php echo do_shortcode('[featured_products columns="1"]'); ?>
+</div>
<script>
jQuery(document).ready(function($) {