Archived topic
Woocommerce breadcrumbs
3 replies · Started by Daniel on December 27, 2015
Hi there!
With the latest updates in generatepress I've realized that breadcrumbs are shown in woocommerce pages.
Is it because of the change in using hooks instead of templates?
Hi Daniel,
That's correct - now that GP uses the WooCommerce hooks for compatibility, the hooks are added automatically.
To remove them, you can use this PHP:
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Thanks for the PHP code.
Breadcrumbs are gone now ;)
You're welcome :)
