How can I display the category name in single-product.php?
In archive-product.php the code is:
<?php woocommerce_page_title(); ?>
but what could I use to show the category name in the single-product.php that belong to the category?
How can I display the category name in single-product.php?
In archive-product.php the code is:
<?php woocommerce_page_title(); ?>
but what could I use to show the category name in the single-product.php that belong to the category?
Comments are closed.
Try this :
find in
content-single-product-CATEGORYNAME.php
Change this to: