如何在 Shopify 主题中为我的网站创建一个新的单独页面?
How exactly do I create a new, separate page to my website in a Shopify theme?
我正在使用 Shopify 创建一个电子商务网站,我一直在使用 Timber 框架并在其上进行构建和大量修改。
您可以create your page in the Shopify admin.内容框可以包含HTML或JavaScript;只需点击 <>
按钮即可查看代码。
页面将使用 page.liquid template of your theme. If you want the FAQ page to have a different look from your other pages you can create an alternate page template.
呈现
我正在使用 Shopify 创建一个电子商务网站,我一直在使用 Timber 框架并在其上进行构建和大量修改。
您可以create your page in the Shopify admin.内容框可以包含HTML或JavaScript;只需点击 <>
按钮即可查看代码。
页面将使用 page.liquid template of your theme. If you want the FAQ page to have a different look from your other pages you can create an alternate page template.
呈现