In Simplicity settings, i have disabled Conditional Breadcrumbs Display. But they still show on my Woocommerce Shop page. http://blog.johnmeephotography.com/shop/
How can i get rid of the breadcrumbs on this page?
Thanks.
// add our own breadcrumb callback
add_action( 'woocommerce_before_main_content', 'gavern_woocommerce_breadcrumb', 20, 0);