Monthly Archives: November 2025

Shopify 上传并展示静态页面(landing page)

By | 2025-11-08

简单来说就是: 1. 进入主题源码编辑(Edit Code),在layout路径下,创建layout,比如文件名为:landing.liquid, 复制你的LP代码到这个文件里保存。以下是示例landing page内容: 注意:{% comment %} … {% endcomment %}这部分的内容不能删掉。 2. 在主题sections路径下,新建section空文件,如:lp-custom1.liquid,文件内容为空。 3. 在主题templates路径下,创建新的template,比如文件名为page.landing.json,文件内容如下 注意: 保存后,回到shopify后台,新建page,Template选择你刚才新建的template。page内容为空就可以了。 这个方式,有2点要注意: