Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //To display the product category description below the product lists please add the below code to the child theme and see if it helps.
- remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
- add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement