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:
- Activate WooCommerce (even if you’re not using the shop) to enable Storefront’s built-in breadcrumbs.
- Use a breadcrumbs plugin (e.g., Yoast, Rank Math) and let it output on posts.
- 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/.