Label not appearing on category and archive pages
-
Hello,
i already posted inanother thread but it was already mark as “resolved”, so I’m opening a new one.This plugin is awesome, but I would need to show the custom labels on category pages too. I found this answer in another thread:
You can try to add this hooks:
If you need to output on-image label
do_action ( 'product_of_day_before_thumbnail_widget' );
If you need to output under image label
do_action ( 'product_of_day_before_title_widget' );
Output all labels that fit condtions
do_action ( 'lgv_advanced_after_img' );
Regards,
Dimabut i’m not a programmer so I would need assistance about where to exactly insert this code. Do I need to add it in a functions.php file in the child theme? Or maybe in a woocommerce file?
Could you give me some assistance?Thank you very much.
- The topic ‘Label not appearing on category and archive pages’ is closed to new replies.