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:
9c5054e
)
removed features section from bottom of page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 29 Dec 2015 14:43:03 +0000
(09:43 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 29 Dec 2015 14:43:03 +0000
(09:43 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
c69e17d
..
3a48c6d
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-23,12
+23,6
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<?php
setup_postdata( $product );
the_content(); ?>
-<?php
-
- $key_value = get_post_custom_values('miproduct_features', $product->ID);
- foreach($key_value as $key=>$value){
- echo $value;
- } ?>
<div class='row'>
<div id="tagList" class="small-12 medium-6 columns">