Tagged: category image, taxonomy
Hi Support,
How can I or which file should I modify in order to change the woocommerce taxonomy page ? I would like to show a category image on top of the description.
Thanks and regards
PCball
Hi Lee!
You can do this in Dashboard > Products > Categories > Edit. There will be a description field and a banner option that you can set for each category.
Cheers!
Elliott
Hi Elliott,
Thanks for your reply, its solved the category issue, but my products have lot of tag. How to make the tag also have the same function as categories ?
thanks and regards
Lee
Hi!
I’m sorry but I’m not sure I understand. Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
Elliott
Hi Elliott,
Please find the link as below.
http://matis.com.my/?product_tag=day-skin-cares
I would like to show the custom picture for each product tag, but I don’t know which file to insert the php code.
thanks and regards
Hey!
Thank you for coming back.
You have to modify enfold\config-woocommerce\config.php line 731ff.
Look for
function avia_woocommerce_overview_banner_image()
{
}
and modify as needed.
If you want you also can unhook the default enfold function and put your modifications in functions.php of the child theme to be independent from next updates.
Regards,
Günter