From: Anthony Talarico Date: Thu, 31 Dec 2015 15:59:55 +0000 (-0500) Subject: added slug ids to tags link X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7b5db33ffeea8fd3bfc5e366859bb8ae2a0147c6;p=WP-Plugins%2Fmichsci-products.git added slug ids to tags link --- diff --git a/views/product_detail.php b/views/product_detail.php index 540a936..a9210bc 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){ ?> - '. $tag->name . '' . "
"; ?> + slug . '"href="'. get_permalink(510) . '">'. $tag->name . '' . "
"; ?>