Home Forums WoodMart support forum Archive description

Archive description

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29117

    mihaelabuh
    Participant

    The archives descriptions (category or tag description) shows above the products within.
    How to move that description below?

    #29134

    Artem Temos
    Keymaster

    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

    #36338

    mihaelabuh
    Participant

    Hello,
    In new updated theme what code do i use to achieve this?

    #36356

    mihaelabuh
    Participant

    because this fix doesn’t work with the updated version

    #36372

    Artem Temos
    Keymaster

    We just tested this and it works correctly for us with new version of WooCommerce as well.

Viewing 5 posts - 1 through 5 (of 5 total)