Display links/navigation at top of product page

hi everyone,

I don’t know if I’m explaining this accurately, but when you go to a product in my shop, there is no ‘easy’ way to go back to the main menu / page. You have to hit the back button. Generally, you’d find a menu at the top to make it easy to go back to where you were.. kind of like this Shopify page.

Any idea how to add this to my code or if Shopify has this option built in and I’m missing it? I can’t seem to figure it out. Thank you

https://westmichiganballoons.com/products/birthdaybundledoubledigits

Thanks for any insight

Hi @lisahiggins
It called breadcrumb
To add breadcrumb for your product page.
You can try to follow this:

  1. create file breadcrumb.liquid inside folder snippet.

  2. copy all code on this link https://shopify.github.io/liquid-code-examples/example/breadcrumb-navigation and paste the code into the breadcrumb.liquid file

  3. Open the file product.liquid and paste this code*{% render ‘breadcrumbs’ %}* to top of the page

If you don’t know about the code. You can hire an expert, they will help you add the code