No content to show

User Activity

ループを抜ける方法でうまく出力ができました!並び替えは管理画面の方から試してみようと思います。丁寧にご回答いただきありがとうございました。
ご回答ありがとうございます。いただいた回答通り試しましたが思った出力にならず、いまだ全件表示のままでした。{% assign collection = collections['tops'] %} {% for product in collection.products limit:3 %} {% include 'product-card-grid', max_height: 400 %} {% endfor %}こちらが実際に記述しているコードになります。 for文を途中でbreakさせて...
index.liquidで特定のコレクションを6件表示したいです。{% assign collection = collections['hoge'] %} {% for product in collection.products %} <a href="{{ product.url }}">{{ product.title }}</a> {% endfor %}こちらでコレクション(hoge)を出力していますが、件数の制御方法が分からず困っております。ご存知のおられましたらご教授いただけ...
This widget could not be displayed.
This widget could not be displayed.
Helpful From