Comments thammyorg started the conversationJuly 18, 2021 at 1:49amHi! I want to display the category description at the bottom, how do I do that?https://ithammy.com/filler/ 2,615PenciDesign repliedJuly 18, 2021 at 1:58amHi,Please download the attachment file then overwrite it to: wp-content/themes/soledad/category.phpRegards,PenciDesign.thammyorg repliedJuly 18, 2021 at 1:23pmI'm so sorry for the incorrect description. I mean the category of the product in woocommerce. Not the category of the article 2,615PenciDesign repliedJuly 18, 2021 at 4:10pmHi, Please install the Code Snippet plugin, create a new snippet then paste the following custom PHP code: remove_action('woocommerce_archive_description','woocommerce_taxonomy_archive_description',10);remove_action('woocommerce_archive_description','woocommerce_product_archive_description',10);add_action('woocommerce_after_main_content','woocommerce_taxonomy_archive_description',5);add_action('woocommerce_after_main_content','woocommerce_product_archive_description',5); Regards,PenciDesign. thammyorg repliedJuly 19, 2021 at 1:21amwell done, thánks Sign in to reply ...
Hi! I want to display the category description at the bottom, how do I do that?
https://ithammy.com/filler/
Hi,
Please download the attachment file then overwrite it to:
Regards,
PenciDesign.
I'm so sorry for the incorrect description.
I mean the category of the product in woocommerce.
Not the category of the article
Hi,
Please install the Code Snippet plugin, create a new snippet then paste the following custom PHP code:
Regards,
PenciDesign.
well done, thánks