Fjern forfatterens navn fra blogopslag

På denne side

Fjern forfatterens navn

Hvis du vil fjerne forfatterens navn fra en blog, skal du redigere Liquid i dine blog.liquid- og article-template.liquid-skabeloner. Hvis du bruger Boundless, skal du redigere Liquid i dine blog.liquid- og article.liquid-skabeloner.

Trin:

Desktop
  1. Gå til Webshop > Temaer i din Shopify-administrator.
  2. Find det tema, du vil redigere, og klik på knappen for at åbne handlingsmenuen. Klik derefter på Rediger kode.
  3. Klik på blog.liquid i mappen Skabeloner.
  4. Brug ctrl + F på en PC eller command + F på Mac for at finde dette Liquid-tag og slette det:
{{ article.author }}
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 }}
  1. Klik på Gem.
  2. Klik på article-template.liquid i mappen Afsnit. Klik på article.liquid i mappen Skabeloner, hvis du bruger Boundless.
  3. Brug ctrl + F på en PC eller command + F på Mac for at finde dette Liquid-tag og slette det:
{{ 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 }}
  1. Klik på Gem.
iPhone
  1. Tryk på knappen i Shopify-appen.
  2. Tryk på Webshop i afsnittet Salgskanaler.
  3. Tryk på Administrer temaer.
  4. Find det tema, du vil redigere, og klik på knappen for at åbne handlingsmenuen. Klik derefter på Rediger kode.
  5. Klik på blog.liquid i mappen Skabeloner.
  6. Brug ctrl + F på en PC eller command + F på Mac for at finde dette Liquid-tag og slette det:
{{ article.author }}
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 }}
  1. Klik på Gem.
  2. Klik på article-template.liquid i mappen Afsnit. Klik på article.liquid i mappen Skabeloner, hvis du bruger Boundless.
  3. Brug ctrl + F på en PC eller command + F på Mac for at finde dette Liquid-tag og slette det:
{{ 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 }}
  1. Klik på Gem.
Android
  1. Tryk på knappen i Shopify-appen.
  2. Tryk på Webshop i afsnittet Salgskanaler.
  3. Tryk på Administrer temaer.
  4. Find det tema, du vil redigere, og klik på knappen for at åbne handlingsmenuen. Klik derefter på Rediger kode.
  5. Klik på blog.liquid i mappen Skabeloner.
  6. Brug ctrl + F på en PC eller command + F på Mac for at finde dette Liquid-tag og slette det:
{{ article.author }}
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 }}
  1. Klik på Gem.
  2. Klik på article-template.liquid i mappen Afsnit. Klik på article.liquid i mappen Skabeloner, hvis du bruger Boundless.
  3. Brug ctrl + F på en PC eller command + F på Mac for at finde dette Liquid-tag og slette det:
{{ 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 }}
  1. Klik på Gem.
Kan du ikke finde de svar, du leder efter? Vi er her for at hjælpe.