Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1024482

    Hello,

    I need a help to move my content from top to bottom for product category pages. By default content always shows in TOP then products. I want products will be in top and content will be in bottom.

    Thanks

    #1024485

    Sorry for duplicate post. My issue is resolved by adding this code in the functions.php file, which was given by Mr. Ismael.

    // move category description
    add_action('init', 'woocommerce_mod');
    function woocommerce_mod() {
    	remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 );
    	add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 5 );
    }
    #1024510

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to write content in bottom.’ is closed to new replies.