Viewing 1 replies (of 1 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    You can use the follow code in your theme’s functions.php or writing a custom plugin to achieve it:

    remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );
    add_action( 'woocommerce_after_main_content', 'woocommerce_product_archive_description', 5 );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Product Category Descriptions’ is closed to new replies.