[Resolved] Woocommerce breadcrumbs

Home Forums Support [Resolved] Woocommerce breadcrumbs

Home Forums Support Woocommerce breadcrumbs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    #162111
    Tom
    Lead 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/

    #162167
    Daniel

    Thanks for the PHP code.
    Breadcrumbs are gone now ๐Ÿ˜‰

    #162193
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.