Namen des Autors aus Blog-Beiträgen entfernen

Auf dieser Seite

Namen des Autors entfernen

Um den Namen des Blog-Autors zu entfernen, musst du den Liquid-Code in den Vorlagen blog.liquid und article-template.liquid bearbeiten. Wenn du Boundless verwendest, musst du den Liquid-Code in den Vorlagen blog.liquid und article.liquid bearbeiten.

Schritte:

Desktop
  1. Gehe im Shopify-Adminbereich zu Onlineshop > Themes.
  2. Suche das Theme, das du bearbeiten möchtest, klicke auf die Schaltfläche ..., um das Aktionsmenü zu öffnen, und klicke dann auf Code bearbeiten.
  3. Klicke im Ordner Vorlagen auf blog.liquid.
  4. Verwende die Tasten ctrl + F an einem PC bzw. command + F an einem Mac, um das Liquid-Tag zu lokalisieren und zu löschen:
{{ 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. Klicke auf Speichern.
  2. Klicke im Ordner Abschnitte auf article-template.liquid. Wenn du Boundless verwendest, klicke im Ordner Vorlagen auf article.liquid.
  3. Verwende die Tasten ctrl + F an einem PC bzw. command + F an einem Mac, um das Liquid-Tag zu lokalisieren und zu löschen:
{{ 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. Klicke auf Speichern.
iPhone
  1. Tippe in der Shopify-App auf die Schaltfläche ....
  2. Klicke im Bereich Vertriebskanäle auf Onlineshop.
  3. Tippe auf Themes verwalten.
  4. Suche das Theme, das du bearbeiten möchtest, klicke auf die Schaltfläche ..., um das Aktionsmenü zu öffnen, und klicke dann auf Code bearbeiten.
  5. Klicke im Ordner Vorlagen auf blog.liquid.
  6. Verwende die Tasten ctrl + F an einem PC bzw. command + F an einem Mac, um das Liquid-Tag zu lokalisieren und zu löschen:
{{ 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. Klicke auf Speichern.
  2. Klicke im Ordner Abschnitte auf article-template.liquid. Wenn du Boundless verwendest, klicke im Ordner Vorlagen auf article.liquid.
  3. Verwende die Tasten ctrl + F an einem PC bzw. command + F an einem Mac, um das Liquid-Tag zu lokalisieren und zu löschen:
{{ 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. Klicke auf Speichern.
Android
  1. Tippe in der Shopify-App auf die Schaltfläche ....
  2. Klicke im Bereich Vertriebskanäle auf Onlineshop.
  3. Tippe auf Themes verwalten.
  4. Suche das Theme, das du bearbeiten möchtest, klicke auf die Schaltfläche ..., um das Aktionsmenü zu öffnen, und klicke dann auf Code bearbeiten.
  5. Klicke im Ordner Vorlagen auf blog.liquid.
  6. Verwende die Tasten ctrl + F an einem PC bzw. command + F an einem Mac, um das Liquid-Tag zu lokalisieren und zu löschen:
{{ 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. Klicke auf Speichern.
  2. Klicke im Ordner Abschnitte auf article-template.liquid. Wenn du Boundless verwendest, klicke im Ordner Vorlagen auf article.liquid.
  3. Verwende die Tasten ctrl + F an einem PC bzw. command + F an einem Mac, um das Liquid-Tag zu lokalisieren und zu löschen:
{{ 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. Klicke auf Speichern.
Du hast die gesuchten Antworten nicht gefunden? Wir helfen dir gerne weiter.