Shop Isle Pro, Move Woocommerce Shop page description below products
-
Hi,
I run Shop Isle Pro theme with Woocommerce. I have Shop page set for the default landing page in WP. I added some text to the Shop page (shop description) for seo purposes. However, I would like to move this text below the products.I have done this with Category description text successfully, using hooks:
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 100 );
I thought it would be done with Shop page as well using hooks:
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10 );
add_action( ‘woocommerce__after_shop_loop’, ‘woocommerce_product_archive_description’, 100 );
However, on the Shop page using following hooks only adds Shop page description text under the shop items, but does not remove the description above the Shop page products loop.
Are there any Shopisle theme specific hooks, I should use? I have gone through the documentation, but could not find any answer.
Please help me with some more info how to remove the Shop page description which is above the products.
- This topic was modified 6 years, 4 months ago by .
- This topic was modified 6 years, 4 months ago by .
- This topic was modified 6 years, 4 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Shop Isle Pro, Move Woocommerce Shop page description below products’ is closed to new replies.