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:
ea3e98a
)
added link to gallery
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 14:05:44 +0000
(09:05 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 14:05:44 +0000
(09:05 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
b2865f0
..
f641715
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-44,7
+44,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
?>
</div>
<div class="small-12 medium-4 columns">
- <?php echo '<a href="#
ngg-gallery-308-1
"> Gallery </a>'; ?>
+ <?php echo '<a href="#
glm_gallery
"> Gallery </a>'; ?>
</div>
</div>
@@
-62,13
+62,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<?php }?>
</p>
</div>
-<div id="relatedProds" class='small-12 medium-6 columns'>
- <?php
- $key_value = get_post_custom_values('miproduct_related_products', $product->ID);
- foreach($key_value as $key=>$value){
- echo '<strong>Related Products: </strong>' . '<a href="#">' . $value . '</a>';
- }?>
- </div>
+
</div>