Home Forums WoodMart support forum Remove tags from product page

Remove tags from product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #71000

    suseo
    Participant

    How can I remove tags from the product page? Not looking to just hide them with CSS.

    Tried this but it didn’t work:

    add_action( ‘after_setup_theme’, ‘my_after_setup_theme’ );
    function my_after_setup_theme() {
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
    }

    #71081

    Artem Temos
    Keymaster

    Hi,

    Where exactly did you add that code? Could you please send us a screenshot?

    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)