• I want to display breadcrumbs on my posts using Storefront theme without using/activating WooCommerce.

    And without using another plugins or code snippets or modification to the theme files.

    Could the Storefront theme developers make that possible?

Viewing 1 replies (of 1 total)
  • Hi @rsalafy

    I understand you’d like breadcrumbs on Storefront posts without activating WooCommerce and without adding plugins, code, or file changes. Today that isn’t possible. Storefront’s breadcrumbs are provided by WooCommerce (via woocommerce_breadcrumb()), and the theme only outputs them when WooCommerce is active. Without WooCommerce—or an alternative plugin/snippet to supply breadcrumbs—there’s nothing for Storefront to render.

    If you’re open to it, there are three viable paths:

    1. Activate WooCommerce (even if you’re not using the shop) to enable Storefront’s built-in breadcrumbs.
    2. Use a breadcrumbs plugin (e.g., Yoast, Rank Math) and let it output on posts.
    3. Add a small child-theme code snippet to render a breadcrumb trail.

    If you’d like this as a native Storefront feature independent of WooCommerce, the best next step is to file a feature request so the team can track interest: https://woocommerce.com/feature-requests/storefront/.

Viewing 1 replies (of 1 total)

The topic ‘Display Breadcrumbs without Activating WooCommerce’ is closed to new replies.