From: Anthony Talarico Date: Wed, 30 Dec 2015 20:47:45 +0000 (-0500) Subject: added tag links X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=000d7e8d270ff89da08925095eb17ec1f960f2e8;p=WP-Plugins%2Fmichsci-products.git added tag links --- 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 . '' . "
"; ?>