From: Anthony Talarico Date: Tue, 29 Dec 2015 15:27:30 +0000 (-0500) Subject: added row to features section X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=98eeb18ee0f2a60d770200b447aa2f4620c1378e;p=WP-Plugins%2Fmichsci-products.git added row to features section --- diff --git a/views/product_detail.php b/views/product_detail.php index c60fe51..1d2c558 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -16,7 +16,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
- ID); ?> + ID, 'large'); ?>
@@ -24,14 +24,18 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
- ID); - foreach($key_value as $key=>$value){ - echo $value; }?> - +
+ ID); + foreach($key_value as $key=>$value){ + echo $value; }?> +
+ + + the_content(); + ?>