This topic is: not resolved
-
Hi,
I’m using this 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', 40 ); add_action( 'woocommerce_after_main_content', 'woocommerce_product_archive_description', 40 );
to replace my category page description from the top to the bottom. It works well with my product category pages, however I’m seeing duplicate descriptions in my brand pages, such as this: http://bit.ly/2r0XjS1
How can i remove the description from the bottom of my brand page?
Thanks