Answer the question
In order to leave comments, you need to log in
How to place text under products on shop page (site.ru/shop/) in woocommerce?
Good afternoon, tell me how to place the text under the goods on the store page located at site.ru/shop/. For the categories, I corrected it in the archive file and there is now the text under the products, but this did not affect the store page, tell me what needs to be done? Thank you!
Answer the question
In order to leave comments, you need to log in
try like this:
remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10);
add_action ('woocommerce_after_shop_loop', 'woocommerce_product_archive_description', 40);
Or maybe you know how to display the title on the same page (shop) at the top above the products, so that for example the title All products would be at the top of the page and the description under the products?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question