Home>Support>Description Page Redo

Description Page Redo

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Can I take the Related Products on the Description page off?

Thanks again;
Greg

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 7 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. 10 years, 7 months ago Greg Kazz Kasse

    Thank you!

  3. 10 years, 7 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