From 000d7e8d270ff89da08925095eb17ec1f960f2e8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 15:47:45 -0500 Subject: [PATCH] added tag links --- views/product_detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/product_detail.php b/views/product_detail.php index a7a63de..79f5752 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); ); $tags = wp_get_post_terms($product->ID,'michsci_tag', $args); foreach ($tags as $tag){ ?> - name . "
"; ?> + '. $tag->name . '' . "
"; ?> -- 2.17.1