パンくずリストについて

Dawnのテーマを使用しています。

パンくずリストはどこに配置すれば良いですか。

また、ネットで参照した以下のコードをそのままコピペすれば良いでしょうか?

{% unless template == ‘index’ or template == ‘cart’ or template == ‘list-collections’ %}

Home {% if template contains 'page' %} {{ page.title }} {% elsif template contains 'product' %} {% if collection.url %} {{ collection.title | link_to: collection.url }} {% endif %} {{ product.title }} {% elsif template contains 'collection' and collection.handle %} {% if current_tags %} {% capture url %}/collections/{{ collection.handle }}{% endcapture %} {{ collection.title | link_to: url }} {{ current_tags | join: " + " }} {% else %} {{ collection.title }} {% endif %} {% elsif template == 'blog' %} {% if current_tags %} {{ blog.title | link_to: blog.url }} {{ current_tags | join: " + " }} {% else %} {{ blog.title }} {% endif %} {% elsif template == 'article' %} {{ blog.title | link_to: blog.url }} {{ article.title }} {% else %} {{ page_title }} {% endif %} {% endunless %}

AlleyGiftさま

はじめまして、フルバランスの渡邉です。

ご質問を確認いたしました。

パンくずリストはデフォルトで付いていてほしいですよね。

theme.liquidのmainタグ(<main ~~~>)の下に配置いただければ表示されるかと存じます。

もし特定のページだけに表示されたい場合は、以下スレッドをご参照ください。

https://community.shopify.com/post/1728890

ご参考になりましたら幸いです。

私たちの励みにもなりますので、
お役に立てていればBest Answerボタンを押して頂ければ嬉しいです。

分からない点があれば、またいつでもご連絡ください。

フルバランス 渡邉