From 2eb7a8f62262ab7e231e5a72b4c256be5fc09c82 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 28 Dec 2015 16:56:39 -0500 Subject: [PATCH] moved tags output to bottom of page and removed it from the top --- views/product_detail.php | 12 ------------ 1 file changed, 12 deletions(-) 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; ?>