专注出海运营平台,解决跨境电商问题
当前位置:跨境智通山 > 其他跨境 > 跨境问答 > 正文

shopify复古模板从博客文章中删除作者的姓名步骤

2022-03-22 17:26:26 跨境问答

从博客文章中删除作者的姓名备注如果您使用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:

  1. 在 Shopify 后台中,转到在线商店 > 模板

  2. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Templates 文件夹中,点击 blog.liquid

  2. 在电脑上使用 ctrl + F 或在 Mac 上使用 command + F 来找到此 Liquid 标记并将其删除:

{{ article.author }}

苹果系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分中,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Templates 文件夹中,点击 blog.liquid

  2. 在电脑上使用 ctrl + F 或在 Mac 上使用 command + F 来找到此 Liquid 标记并将其删除:

{{ article.author }}

安卓系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分中,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Templates 文件夹中,点击 blog.liquid

  2. 在电脑上使用 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 }}
  1. 点击保存

  2. 在 Sections 文件夹中,点击 article-template.liquid。对于 Boundless,请在 Templates 文件夹中点击 article.liquid

  3. 在电脑上使用 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 }}
  1. 点击保存

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 your article-template.liquid templates. If you are using Boundless, you will need to edit the Liquid in your blog.liquid and article.liquid templates.

PC:

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Templates folder, click blog.liquid.

  2. Use ctrl + F on a PC or command + F on a Mac to locate this Liquid tag and delete it:

    {{ article.author }}

iPhone:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Templates folder, click blog.liquid.

  2. Use ctrl + F on a PC or command + F on a Mac to locate this Liquid tag and delete it:

    {{ article.author }}

Android:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Templates folder, click blog.liquid.

  2. Use ctrl + F on a PC or command + F on a Mac to locate this Liquid tag and delete it:

    {{ article.author }}
  1. For Simple and Supply, the author and date share the same liquid tag. To remove both, use ctrl + F on a PC or command + 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 }}
  2. Click Save.

  3. In the Sections folder, click article-template.liquid. For Boundless, in the Templates folder, click article.liquid.

  4. Use ctrl + F on a PC or command + 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 or command + 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 }}
  5. Click Save.

文章内容来源:Shopify商户官方网站