From 0b8ed983561e98edc81bc44b06ad7df59d063895 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 09:05:44 -0500 Subject: [PATCH] added link to gallery --- views/product_detail.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index b2865f0..f641715 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -44,7 +44,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); ?>
- Gallery '; ?> + Gallery '; ?>
@@ -62,13 +62,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);

-
- ID); - foreach($key_value as $key=>$value){ - echo 'Related Products: ' . '' . $value . ''; - }?> -
+ -- 2.17.1