Woocommerce move cat. description above
-
Hi all, my theme (ChapterOne) seems not to support the category product description.
Now, to add it I’ve paste this code in the woocommerce.php:
<?php global $post, $product;
$categ = $product->get_categories();
$term = get_term_by ( ‘name’ , strip_tags($categ), ‘product_cat’ );
echo $term->description; ?>As you can see the description now appears… but below the footer. I would need to move it above the products, below the category title (“Aste di libri”)
Any tips?
Many thanks in advance
The page I need help with: [log in to see the link]
- The topic ‘Woocommerce move cat. description above’ is closed to new replies.