From: Anthony Talarico Date: Wed, 30 Dec 2015 15:43:04 +0000 (-0500) Subject: added div to tags section X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f501a943fb0a5d99baeb8e65b8aaf08ad402a9ca;p=WP-Plugins%2Fmichsci-products.git added div to tags section --- diff --git a/views/product_detail.php b/views/product_detail.php index fd3869a..9681b95 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -27,16 +27,8 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); $shortcode_output = do_shortcode($value); print $shortcode_output; }?> + - - -
ID, 'michsci_category', $args);
- - -
-
- Tags: '; - $args = array( - "hide_empty"=>false - ); - $tags = wp_get_post_terms($product->ID,'michsci_tag', $args); - foreach ($tags as $tag){ ?> - - name . " "; ?> - -

+
+    Tags
"; + $args = array( + "hide_empty"=>false + ); + $tags = wp_get_post_terms($product->ID,'michsci_tag', $args); + foreach ($tags as $tag){ ?> + name . "
"; ?> + +
+ +
- -