Hello,
I want to add breadcrumbs so my customers can navigate back to the category they are searching, Can anyone help me with this.
Thank you.
A user seeks to add breadcrumb navigation to their product pages in Shopify’s Dawn theme, allowing customers to navigate back to their browsing category.
Initial Solution Provided:
product.liquid, collection.liquid, or page.liquid)<header> or <nav> sectionFollow-up Issue:
Another user reports breadcrumbs disappeared after updating to Dawn version 10, requesting updated code compatible with the latest theme version.
Additional Resources Shared:
Status: The discussion remains open with no confirmed solution for Dawn 10 compatibility. Multiple implementation approaches have been suggested but not verified.
Hello,
I want to add breadcrumbs so my customers can navigate back to the category they are searching, Can anyone help me with this.
Thank you.
Identify the appropriate theme file: Depending on your Shopify theme, you’ll need to locate the appropriate theme file to edit. Look for files like product.liquid, collection.liquid, or page.liquid in your theme’s code editor.
Edit the theme file: Open the theme file you identified in the previous step and locate the appropriate location to add the breadcrumb code. This is usually in the <header> or <nav> section.
Add the breadcrumb HTML code: Insert HTML code that generates the breadcrumb structure based on the current page’s hierarchy. Here’s an example of a basic breadcrumb structure:
Hello,
Thank you for this. Do you have an updated code to add to Dawn update 10 that just came out? My Breadcrumbs are gone after the update.
Thank you!
This process works for me on adding shopify breadcrumps
https://www.codeniden.com/how-to-add-breadcrumps-on-shopify/