How to set up breadcrumbs in Dawn theme and hide on specific pages?

First time coding on Shopify and I’m trying to set Breadcrumbs on the Dawn theme.

How would I go about doing this, and how would I not display the breadcrumbs on certain pages?

Thanks

https://shopify.github.io/liquid-code-examples/example/breadcrumb-navigation

Checking the handle is the simplest way to have conditional logic for /pages or other resources

{% if page.handle == “page-handle” %}

{% endif %}

https://shopify.dev/api/liquid/basics#handles

Hi Paul,

I found and tried that breadcrumb nav but its giving me it in two spots, one at the very top, and one where I’d like it. How do I remove the top one?

As for handle. I have a page called, About. I don’t want breadcrumbs on this page. So if the handle is “about” how would I go about not display breadcrumbs on that page?

Thanks

1 Like

@Craigers

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi Ketan,

Thanks for the warm welcome and the assistance.

I will DM you the password info as work doesn’t allow me to share that info in forums