Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

emielm on "[Plugin: WooCommerce - excelling eCommerce] Remove breadcrumb from shop 'homepage'"

$
0
0

None of the solution above is working for me. I want to delete all woocommerce breadcrumbs from every page (like lmoore i am using yoast's). With the above solution I can't get it even from one page. I tried this too:

if ( is_page('shop') ) {
     remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
}

Also doesn't work. Anyone having a working solution for this problem?

Thanks in advance!


Viewing all articles
Browse latest Browse all 104029

Trending Articles