RSS

Tag Archives: product category

Display Product Category Description in Product page on woocommerce

You can use this code to display the product category description:

<?php global $post, $product;
$categ = $product->get_categories();
$term = get_term_by ( 'name' , strip_tags($categ), 'product_cat' );
echo $term->description; ?>

 
Leave a comment

Posted by on February 16, 2012 in Wordpress

 

Tags: , ,

 
Follow

Get every new post delivered to your Inbox.

Join 106 other followers