From: Anthony Talarico Date: Mon, 28 Dec 2015 21:29:55 +0000 (-0500) Subject: added features meta field X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=47e7cac8576a5e2b64845cc79b78f6397286b3ab;p=WP-Plugins%2Fmichsci-products.git added features meta field --- diff --git a/views/product_detail.php b/views/product_detail.php index d401563..6fd7941 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -28,7 +28,11 @@ foreach ($tags as $tag){ ?> ID); + + $key_value = get_post_custom_values('miproduct_features', $product->ID); + foreach($key_value as $key=>$value){ + echo $value; + } ?>