shopify复古模板从博客文章中删除作者的姓名步骤
从博客文章中删除作者的姓名备注如果您使用Shopify 的免费模板,您可以联系 Shopify 支持团队获得关于此教程的帮助。此教程需要 15 分钟的设计时间。若要了解详情,请参阅Support fo
目录
- 答案
- 文章目录
- shopify复古模板从博客文章中删除作者的姓名步骤详细回答
shopify复古模板从博客文章中删除作者的姓名步骤详细回答
从博客文章中删除作者的姓名
备注
如果您使用 Shopify 的免费模板,您可以联系 Shopify 支持团队获得关于此教程的帮助。此教程需要 15 分钟的设计时间。若要了解详情,请参阅 Support for themes。
备注
此自定义用于复古 Shopify 模板,不适用于“Online Store 2.0”模板。
找到您的模板架构版本
探索“Online Store 2.0”模板自定义
提示:Debut 和 Minimal 在模板设置中提供删除作者的选项。访问模板编辑器并取消选中该选项即可在“博客”和“文章”分区中显示作者。
备注:本教程的步骤将根据您使用的是分区模板还是未分区模板而有所不同。分区模板支持通过拖放来安排主页的布局,未分区模板则不支持。
如果想了解您的模板是否支持分区,请转到模板的编辑代码页面。如果 Sections 目录中有文件,您则正在使用已分区模板。未分区模板是在 2016 年 10 月之前发布的,并且 Sections 目录中没有文件。
如果您使用已分区模板,请点击 Sectioned themes(已分区模板)按钮并按照说明进行操作。如果您使用较旧的未分区模板,请点击 Non-sectioned themes(未分区模板)按钮并按照说明进行操作。
删除作者的姓名
若要删除博客作者的姓名,您需要编辑 blog.liquid
和 article-template.liquid
模板中的 Liquid。如果您使用的是 Boundless,则需要编辑 blog.liquid
和 article.liquid
模板中的 Liquid。
PC:
在 Shopify 后台中,转到在线商店 > 模板。
找到要编辑的模板,然后点击操作 > 编辑代码。
在 Templates 文件夹中,点击
blog.liquid
。在电脑上使用
ctrl
+F
或在 Mac 上使用command
+F
来找到此 Liquid 标记并将其删除:
{{ article.author }}
苹果系统:
在 Shopify 应用中,轻触商店。
在销售渠道部分中,轻触在线商店。
轻触 Manage themes(管理模板)。
找到要编辑的模板,然后点击操作 > 编辑代码。
在 Templates 文件夹中,点击
blog.liquid
。在电脑上使用
ctrl
+F
或在 Mac 上使用command
+F
来找到此 Liquid 标记并将其删除:
{{ article.author }}
安卓系统:
在 Shopify 应用中,轻触商店。
在销售渠道部分中,轻触在线商店。
轻触 Manage themes(管理模板)。
找到要编辑的模板,然后点击操作 > 编辑代码。
在 Templates 文件夹中,点击
blog.liquid
。在电脑上使用
ctrl
+F
或在 Mac 上使用command
+F
来找到此 Liquid 标记并将其删除:
{{ article.author }}
对于 Simple 和 Supply,作者和日期具有相同的 Liquid 标记。若要删除这两项内容,请在电脑上使用 ctrl
+ F
或在 Mac 上使用 command
+ F
来找到此 Liquid 标记并将其删除:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
如果只想保留日期,请将上方代码替换为:
{{ date }}
点击保存。
在 Sections 文件夹中,点击
article-template.liquid
。对于 Boundless,请在 Templates 文件夹中点击article.liquid
。在电脑上使用
ctrl
+F
或在 Mac 上使用command
+F
来找到此 Liquid 标记并将其删除:
{{ article.author }}
对于 Simple 和 Supply,文章作者和文章日期具有相同的 Liquid 标记。若要删除这两项内容,请在电脑上使用 ctrl
+ F
或在 Mac 上使用 command
+ F
来找到此 Liquid 标记并将其删除:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
如果只想保留日期,请将上方代码替换为:
{{ date }}
点击保存。
Shopify商户官网原文详情:
Remove the author’s name from blog posts
Note
If you use a free theme from Shopify, then you might be able to contact Shopify Support for help with this tutorial. It requires 15 minutes of design time. To learn more, refer to Support for themes.
Note
This customization is for vintage Shopify themes, and doesn't apply to Online Store 2.0 themes.
Find out your theme's architecture version
Explore Online Store 2.0 theme customizations
Tip
Debut and Minimal have the option to remove the author in the theme settings. Visit the theme editor and uncheck the option to show the author in both the Blog and Article sections.
Note: The steps for this tutorial differ depending on whether you are using a sectioned or a non-sectioned theme. A sectioned theme lets you drag and drop to arrange the layout of your home page, and a non-sectioned theme doesn't.
To figure out whether your theme supports sections, go to the theme's Edit code page. If there are files in the Sections directory, you are using a sectioned theme. Non-sectioned themes were released before October 2016, and do not have files in the Sections directory.
If you are using a sectioned theme, click the Sectioned themes button and follow the instructions. If you are using an older, non-sectioned theme, click the Non-sectioned themes button and follow the instructions.
Remove the author's name
To remove the blog author's name, you will need to edit the Liquid in your
blog.liquid
and yourarticle-template.liquid
templates. If you are using Boundless, you will need to edit the Liquid in yourblog.liquid
andarticle.liquid
templates.PC:
From your Shopify admin, go to Online Store > Themes.
Find the theme you want to edit, and then click Actions > Edit code.
In the Templates folder, click
blog.liquid
.Use
ctrl
+F
on a PC orcommand
+F
on a Mac to locate this Liquid tag and delete it:{{ article.author }}iPhone:
From the Shopify app, tap Store.
In the Sales channels section, tap Online Store.
Tap Manage themes.
Find the theme you want to edit, and then click Actions > Edit code.
In the Templates folder, click
blog.liquid
.Use
ctrl
+F
on a PC orcommand
+F
on a Mac to locate this Liquid tag and delete it:{{ article.author }}Android:
From the Shopify app, tap Store.
In the Sales channels section, tap Online Store.
Tap Manage themes.
Find the theme you want to edit, and then click Actions > Edit code.
In the Templates folder, click
blog.liquid
.Use
ctrl
+F
on a PC orcommand
+F
on a Mac to locate this Liquid tag and delete it:{{ article.author }}
For Simple and Supply, the author and date share the same liquid tag. To remove both, use
ctrl
+F
on a PC orcommand
+F
on a Mac to locate this Liquid tag and delete it:{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}If you want to keep only the date, then replace the code above with:
{{ date }}Click Save.
In the Sections folder, click
article-template.liquid
. For Boundless, in the Templates folder, clickarticle.liquid
.Use
ctrl
+F
on a PC orcommand
+F
on a Mac to locate this Liquid tag and delete it:{{ article.author }}For Simple and Supply, the article author and article date share the same liquid tag. To remove both, use
ctrl
+F
on a PC orcommand
+F
on a Mac to locate this Liquid tag and delete it:{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}If you want to keep only the date, then replace the code above with:
{{ date }}Click Save.
文章内容来源:Shopify商户官方网站