From: Anthony Talarico Date: Mon, 28 Dec 2015 19:24:28 +0000 (-0500) Subject: added spacing between tag names X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=58ddb1083bb43f6fa64946647f509c19e58e8f7b;p=WP-Plugins%2Fmichsci-products.git added spacing between tag names --- diff --git a/views/product_detail.php b/views/product_detail.php index c3cd049..303638d 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -20,7 +20,7 @@ $args = array( $tags = wp_get_post_terms($product->ID,'michsci_tag', $args); foreach ($tags as $tag){ - echo $tag->name; + echo $tag->name . " "; }?>

post_title; ?>