Tagged: woocommerce
Hello,
How I can do to display the title and category of a products woocommerce item instead of the title and excerpt in a products grid?
Thanks in advance!
Hi marcellovoc!
Please go to Enfold/config-woocommerce and open config.php file and find
echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
and change it to
echo "<div class='inner_product_header'>".single_term_title()."<div class='avia-arrow'></div>";
Best regards,
Yigit
Hi,
Now it shows only the main category title.
My products have a main category and a subcategory of that main category.
I want to show the subcategory in it, is that possible too?
Also I wan to echo it like <p class="ticketgroup">".single_term_title()."</p>
Hi,
The following thread should help. Just copy the snippet to render the sub categories.
Best regards,
Ismael