projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b5db33
)
added related files header
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Dec 2015 16:08:25 +0000
(11:08 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Dec 2015 16:08:25 +0000
(11:08 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
a9210bc
..
5d747fb
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-21,6
+21,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
</div>
<div id="relatedFiles" class='small-12 medium-4 columns'>
+ <h2> Related Files </h2>
<?php
$key_value = get_post_custom_values('miproduct_related_products', $product->ID);
foreach($key_value as $key=>$value){