Archived topic
Webshop text to bottom (below products )
3 replies · Started by Wesley on July 7, 2021
Hi guys,
I recently added code to move the category description to the bottom of the page:
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
This seems to work. The only place where it's not working, is on the main webshop page:
https://kwaliteitkratom.nl/kratom-kopen/
How can I fix this?
Thanks!
Wesley
Hi there,
How is that description being added ? The content is created using a Page Builder.
That's correct. I added it through pages -> shop page. Just the usual way when a page is not a category.
Tried doing it now without the page builder btw, but still the same result.
If its added in the post editor that that is part of your content - its not hooked in.
You would have to construct the entire page including the shop loop.