L
L
lightlight2019-09-08 15:50:47
WordPress
lightlight, 2019-09-08 15:50:47

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

2 answer(s)
T
tuxfighter, 2019-09-09
@lightlight

try like this:

remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10);
add_action ('woocommerce_after_shop_loop', 'woocommerce_product_archive_description', 40);

L
lightlight, 2019-09-09
@lightlight

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 question

Ask a Question

731 491 924 answers to any question