From: Anthony Talarico Date: Tue, 29 Dec 2015 14:36:54 +0000 (-0500) Subject: added features section X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9c5054e56637c360453dd43309a8b01969922a79;p=WP-Plugins%2Fmichsci-products.git added features section --- diff --git a/views/product_detail.php b/views/product_detail.php index 2144834..c69e17d 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -13,15 +13,22 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); post_title . "
"; ?>

post_title; ?>

+ID); + foreach($key_value as $key=>$value){ + echo $value; + } ?> + ID); -// foreach($key_value as $key=>$value){ -// echo $value; -// } ?> + $key_value = get_post_custom_values('miproduct_features', $product->ID); + foreach($key_value as $key=>$value){ + echo $value; + } ?>