Shopify,我在哪里可以找到 {{ pages.cold-pressed-content-2.content }}
Shopify, where can I find {{ pages.cold-pressed-ocntent-2.content }}
{%comment%}
<header class="section-header">
<h1 class="section-header__title">{{ page.title }}</h1>
</header>
{%endcomment%}
{% comment %}
Regular page content goes here.
{% endcomment %}
<div class="rte">
{{ page.content }}
</div>
<div class="cold-first-sec">
<div class="cold-video-icon">
<img src="{{ 'play-btn-icon.png' | asset_url }}"/>
{% comment %} <img src="{{ '1.gif' | asset_url }}"/> {% endcomment %}
</div>
</div>
<section class="section-contect-three container12">
{{ pages.cold-pressed-ocntent-2.content }}
</section>
<section class="section-cold-three container12">
{{ pages.cold-pressed-content-3.content }}
</section>
我正在寻找 pages.cold-pressed-content-3.content
,但它没有作为文件列在我的主题中。我在布局、模板、部分、片段、资产、配置、区域设置中进行了搜索。但它不在那里,它可能在哪里,我错过了什么?
我不得不去 settings_data.json
,这是建立所有关系的地方,就像一个别名列表。我在那里找到了正确的模板。
{%comment%}
<header class="section-header">
<h1 class="section-header__title">{{ page.title }}</h1>
</header>
{%endcomment%}
{% comment %}
Regular page content goes here.
{% endcomment %}
<div class="rte">
{{ page.content }}
</div>
<div class="cold-first-sec">
<div class="cold-video-icon">
<img src="{{ 'play-btn-icon.png' | asset_url }}"/>
{% comment %} <img src="{{ '1.gif' | asset_url }}"/> {% endcomment %}
</div>
</div>
<section class="section-contect-three container12">
{{ pages.cold-pressed-ocntent-2.content }}
</section>
<section class="section-cold-three container12">
{{ pages.cold-pressed-content-3.content }}
</section>
我正在寻找 pages.cold-pressed-content-3.content
,但它没有作为文件列在我的主题中。我在布局、模板、部分、片段、资产、配置、区域设置中进行了搜索。但它不在那里,它可能在哪里,我错过了什么?
我不得不去 settings_data.json
,这是建立所有关系的地方,就像一个别名列表。我在那里找到了正确的模板。