Home>Support>Description Page Redo
  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Greg

    To remove the Related Products block you’ll need to create a child theme, add a functions.php file to that child theme and enter the following into that file:

    <?php
    function woocommerce_remove_related_products(){
        remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
    }
    add_action('woocommerce_after_single_product_summary', 'woocommerce_remove_related_products');
    

    Activating a child theme usually means redoing Appearance > Customize and Appearance > Menu settings so test your child theme out before doing that.

    Hope that helps.

  2. 9 years, 10 months ago Greg Kazz Kasse

    Thank you!

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    For sure!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More