From: Anthony Talarico Date: Mon, 28 Dec 2015 21:56:39 +0000 (-0500) Subject: moved tags output to bottom of page and removed it from the top X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2eb7a8f62262ab7e231e5a72b4c256be5fc09c82;p=WP-Plugins%2Fmichsci-products.git moved tags output to bottom of page and removed it from the top --- diff --git a/views/product_detail.php b/views/product_detail.php index b516b97..2144834 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -12,18 +12,6 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); post_title . "
"; ?> -

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

post_title; ?>