Home › Forums › Support › Woocommerce breadcrumbs This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 27, 2015 at 9:21 am #162102 Daniel 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? December 27, 2015 at 9:43 am #162111 TomLead Developer Lead Developer 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/ December 28, 2015 at 3:41 am #162167 Daniel Thanks for the PHP code. Breadcrumbs are gone now ๐ December 28, 2015 at 10:29 am #162193 TomLead Developer Lead Developer You’re welcome ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In