How to move WooCommerce category description to bottom of page

TIPS

May 22, 2019 | WooCommerce Tips | 9 comments

For SEO reasons you should have good text on your WooCommerce category pages. But, you may want to display your products first. Add the function below to your child theme functions.php file.
[php] // move category description to bottom of pages remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 ); add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 100 ); [/php]

9 Comments

  1. Thank you! It works perfectly!

    Reply
  2. Hi! This was super helpful!
    Is it possible to do the same for the store description?
    thank you

    Reply
  3. Wors perfect!
    Thanks!

    Reply
  4. perfect
    Its work for me
    Thank you!
    This was more helpful

    Reply
    • Awesome! Glad it worked for you!

      Reply
  5. Such a big help! I don’t think anyone wants to read a bunch of stuff before looking at the products…

    Reply
  6. I was searching for this but couldn’t find it until I reached your website. Thanks for helping
    I would also like to know that is there any way by that we can show some content above the products and the rest content after the products in the category?
    please, let me know if you have a way to solve this.

    Reply
    • Hmm. Splitting up the category description would be tricky. I’d probably try to use conditions in a layout maybe?

      Reply
  7. Hi thanks for the tip. What would be the hook code for the same thing but for the description of the product tag taxonomies?

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

More Tips

Ad - Web Hosting from SiteGround - Crafted for easy site management. Click to learn more.

Cloudways Hosting

WPEngine Hosting

Pressable Hosting

AccuWeb Hosting

Ask the Divi Guy a Question

"*" indicates required fields