How to Move Category Description Below Products?

hasnat_ali

Registered Member
Joined
Oct 27, 2022
Messages
93
Reaction score
31
Hey guys,
I’m using WooCommerce with the Woostify theme and Elementor Theme Builder. I want to add a custom description for my medicine category, but when I add it, it either:


  1. Shows above the products, or
  2. Disappears completely after updating (the description box turns empty).

My goal is to show the description below the products and pagination, not above.


Has anyone faced this? How can I fix it properly?


Thanks in advance!
 
Ah, the classic WooCommerce “why is my description photobombing my products” issue. Quick fix: toss a couple lines of code in functions.php to tell WordPress to chill and move the description after the products. Clean, simple, and your category pages stop looking like they’re leading with an essay.
 
Ah, the classic WooCommerce “why is my description photobombing my products” issue. Quick fix: toss a couple lines of code in functions.php to tell WordPress to chill and move the description after the products. Clean, simple, and your category pages stop looking like they’re leading with an essay.
Don't know how to code
 
I experienced the same problem with Elementor and Woostify. The description appeared above the products or disappeared. I found that adjusting the hook position with a little function modification resolved the issue. Just adjust the category description to appear after the product loop and make sure you're working on a child theme. It functions flawlessly now. I hope that's useful!
 
Back
Top