From 98eeb18ee0f2a60d770200b447aa2f4620c1378e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 29 Dec 2015 10:27:30 -0500 Subject: [PATCH] added row to features section --- views/product_detail.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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(); + ?>
-- 2.17.1