moved tags output to bottom of page and removed it from the top
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:56:39 +0000 (16:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:56:39 +0000 (16:56 -0500)
views/product_detail.php

index b516b97..2144834 100644 (file)
@@ -12,18 +12,6 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
 
 <?php echo $product->post_title . "<br>"; ?>
 
-<p id="tagList"> 
-<?php
-echo '<strong> Tags: </strong>'; 
-$args = array(
-    "hide_empty"=>false
-);
-$tags = wp_get_post_terms($product->ID,'michsci_tag', $args);
-foreach ($tags as $tag){ ?>
-    
-<?php echo  $tag->name . " "; ?> 
-<?php }?>
-</p>
 <h2><?php echo $product->post_title; ?></h2>
     <?php
     setup_postdata( $product );