Home › Forums › WoodMart support forum › Archive description Archive description This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago by Artem Temos. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts December 15, 2017 at 4:56 pm #29117 mihaelabuhParticipant The archives descriptions (category or tag description) shows above the products within. How to move that description below? December 15, 2017 at 6:30 pm #29134 Artem TemosKeymaster Hello, Thank you so much for contacting our support center. There is no such option in our theme settings but you can do this manually customizing the theme files. Find the code in the file woocommerce/archive-products.php <?php do_action( 'woocommerce_archive_description' ); ?> and move it below the products code <?php do_action( 'woodmart_woocommerce_main_loop' ); ?> Kind Regards XTemos Studio January 31, 2018 at 8:17 am #36338 mihaelabuhParticipant Hello, In new updated theme what code do i use to achieve this? January 31, 2018 at 9:10 am #36356 mihaelabuhParticipant because this fix doesn’t work with the updated version January 31, 2018 at 9:47 am #36372 Artem TemosKeymaster We just tested this and it works correctly for us with new version of WooCommerce as well. Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register