Can anyone share a breadcrumb navigation code for the DAWN theme?

Does anyone have code for breadcrumb navigation that works with the DAWN theme?

1 Like

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

{%- endunless -%}

Create a breadcrumb file and add in the section>breadcumb.liquid
and Render in the collection and product page.
Thank you.

Hi, i tried to use this code but i don’t want them go to home, how can i make them go back to collections? Like this example:

2 Likes

Hi, Linda,

Do you have found a solution for this question?

1 Like