From 7c7a4f534c0743626cb9d565bf6e64d053b28b40 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 29 Dec 2015 10:21:56 -0500 Subject: [PATCH] testing features and product display --- views/product_detail.php | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index 3a48c6d..c60fe51 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -13,14 +13,23 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); post_title . "
"; ?>

post_title; ?>

- +
+ ID); ?> +
+
+
+

Related Files

+ +
+ + ID); foreach($key_value as $key=>$value){ - echo $value; - } ?> - - + -- 2.17.1