Home › Forums › Space themes support forum › Breadcumbs disable in product page only Breadcumbs disable in product page only This topic has 1 reply, 2 voices, and was last updated 3 years ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 22, 2021 at 5:22 pm #327049 mayankjhaParticipant Breadcumbs disable in product page only, please help. October 25, 2021 at 6:35 am #327340 Luke NielsenKeymaster Hello, In order to remove breadcrumbs on the product page, try to add this code to the functions.php file in your child theme. if ( ! function_exists('xts_remove_single_breadcrumbs') ) { function xts_remove_single_breadcrumbs() { remove_action( 'woocommerce_before_single_product_summary', 'xts_single_product_breadcrumbs', 10 ); } add_action('wp', 'xts_remove_single_breadcrumbs', 200); } Kind Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register