Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi there!

    The following code should help you achieve that:

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

    Please remember to add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added – such as My Custom Functions or Code Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update.

    Cheers!

    Thread Starter Styling Desigins

    (@stylingdesigins)

    Nice it worked with the Code Snippet plugin. I used the My Custom Function plugin to insert some code to show more products as explained here:
    https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/

    so maybe that is why it didnt work with My Custom Function plugin.

    Thanks a lot for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to show intro text underneath product overview on homepage?’ is closed to new replies.