Remove category description from top
-
Hi, I am using the Lovetravel theme and I used this code to get the WooCommerce category description to the bottom:
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); add_action( 'woocommerce_after_main_content', 'woocommerce_taxonomy_archive_description', 100 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
However, it is now shown above content and below the content. I only want to remain it below the content.
How can I fix it?
Please see: https://www.rondreis-griekenland.com/bestemmingen/corfu/
Thanks in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove category description from top’ is closed to new replies.