How to add breadcrumbs to Dawn theme with updated features?

Topic summary

Adding breadcrumb navigation to Shopify’s Dawn theme remains problematic, specifically that product pages do not show the collection in the breadcrumb trail. Older guides appear outdated due to Dawn updates, and the official Liquid example does not resolve the collection-on-product issue.

Resources attempted:

  • Shopify Liquid breadcrumb example and a community guide: not working for current Dawn.
  • A third-party tutorial (ecomexperts link): reported as not fixing the issue.

Suggestions include hiring a developer and building custom logic. A code snippet was shared (creating breadcumb.liquid and rendering it on product.liquid), but it appears incomplete: it only checks the template and assigns a variable without actual breadcrumb construction, and the render tag is mis-typed. Code is central, but no verified working implementation is provided.

Several participants confirm they cannot get full breadcrumbs in the latest Dawn and ask for successful examples.

A developer mentions preparing a video tutorial to add breadcrumbs to any theme and offers interest-based sharing.

Status: Unresolved and ongoing. Key open question: how to reliably include collections in product-page breadcrumbs under the current Dawn theme.

Summarized with AI on February 4. AI used: gpt-5.

Hello everyone,

Been using this guide to add breadcrumbs to the Dawn theme. The issue I’m having is collections not showing up on the breadcrumbs for the product page. I saw this guide here, and it seems that it’s outdated. Seems Shopify has updated the Dawn theme, does anyone have any solutions?

2 Likes

@macodocious

Kindly Check out this link,

https://ecomexperts.io/blogs/liquid-tutorial-shopify/how-to-add-breadcrumb-navigation-to-your-shopify-store-diy-tutorial-using-code

it works for all theme,

thank you

Doesn’t work unfortunately, same issue

1 Like

@macodocious

For that you are not a developer, you need a developer,
Everything can work on just copy and paste the code.
you have to develop your own logic.

So hire a developer or take a help from developer,
Thank you.

@macodocious

You can try out this code.

create a file breadcumb.liquid
and paste this code,

Now, add render this file on product.liquid file where you want to display the breadcumbs
{% render 'breadcumb %}


{%- unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' -%}
{%- assign t = template | split: '.' | first -%}

{%- endunless -%}

Hi, have you found a solution yet? We’re also trying to add full breadcrumbs using the latest version of the Dawn theme but no luck yet unfortunately.

I have tried but have not been successful in applying the recommendations above. Has anyone tried it successfully?

Are you still having issues with this? I am asking because I am working on a video to show merchants how to add breadcrumbs to any theme.

Would this be of interest to you or are you no longer trying to do this?