Author: CodeArt

Move category description to the bottom [2020]

How to move category description to the bottom Use this code: remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 ); --------------------------------------------------------------------------------------------------------------------------- In this video, I am going to show you how you can move category description to the bottom of your woo-commerce products. One great beneficial achievement of moving the category below your products…