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 is that you can do better SEO work, let me explain.
Your category pages are more important than individual pages and posts. If your site is e-commerce and you have several category pages then your category for that topic of products should rank high in the search result.
One ranking factor to get a high ranking on Google is content. You will need 300 – 400 words of content for each category. And if you have that amount of text at the very top of each category page it will push your products down and maybe even down below the fold and that is never a good thing.
So with this fix, you can instead move the category text down below your products so that the number of words in your category description won’t impact the product placement.
And that is what you will learn how to do in this tutorial, without using any additional plugins.
If you have any questions please write them in the comments and I will replay.
Please let me know if you have any questions
Dr.Wordpress
LIKE TO DONATE
https://rebrand.ly/donate-drwordpress
#categorytextbelowproducts
#wpcategorydescription
Source