Delete breadcrumbs

1

As they are, you know I have a problem, I am occupying Woocommerce with the StoreFront template they offer, I want to remove the breadcrums in the pages and it is impossible for me. Look in the documentation and it shows how to do it, the problem is that I can not find the file they tell me.

On this page are the codes.

link

    
asked by Miguel Abdon Hollstein 29.03.2017 в 18:24
source

2 answers

0

If you put it in functions.php (wp-content / themes / -storefront / functions.php) , it should also work

"For the Storefront theme, use this:"

    add_filter( 'woocommerce_get_breadcrumb', '__return_false' );
    
answered by 30.03.2017 в 20:35
0

WooCommerce has a plugin that takes it from you, catch it here .

    
answered by 06.04.2017 в 11:32