• Hello,
    how can I remove the Woocommerce breadcrumb at Shop Isle Theme?
    Something like:

    add_action( ‘init’, ‘woo_remove_wc_breadcrumbs’ );
    function woo_remove_wc_breadcrumbs() {
    remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_breadcrumb’, 20, 0 );
    }

    does not work.

    The problem is, I use the Yoest SEO plugin. So with this plugin, google structured data testing tool shows 2 breadcrumbs at product page.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Remove WooCommerce breadcrumb’ is closed to new replies.