Home › Forums › WoodMart support forum › Remove tags from product page Remove tags from product page This topic has 1 reply, 2 voices, and was last updated 6 years, 4 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 3, 2018 at 7:43 pm #71000 suseoParticipant 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 ); } August 4, 2018 at 10:02 am #71081 Artem TemosKeymaster Hi, Where exactly did you add that code? Could you please send us a screenshot? Thank you Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register