Hey splashingpixels,
You have been commenting on several threads about these breadcrumbs that hiding them by using CSS none is not a good option, so that’s clear. But can you also provide an alternative?
I tried adding this code in my theme’s functions.php, header.php (where perfectly working Yoast breadcrumbs code is in) and woocommerce files breadcrumbs.php and several other WC files:
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
This all didn’t prevent the WC breadcrumbs from showing up on all shop pages. Do you know where to add this piece of code then?
Thanks for your reply in advance!