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
- Gehe im Shopify-Adminbereich zu Onlineshop > Themes.
- Suche das Theme, das du bearbeiten möchtest, klicke auf die Schaltfläche ..., um das Aktionsmenü zu öffnen, und klicke dann auf Code bearbeiten.
- Klicke im Ordner Vorlagen auf
blog.liquid
. - 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 }}
- Klicke auf Speichern.
- Klicke im Ordner Abschnitte auf
article-template.liquid
. Wenn du Boundless verwendest, klicke im Ordner Vorlagen aufarticle.liquid
. - 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 }}
- Klicke auf Speichern.
iPhone
- Tippe in der Shopify-App auf die Schaltfläche ....
- Klicke im Bereich Vertriebskanäle auf Onlineshop.
- Tippe auf Themes verwalten.
- Suche das Theme, das du bearbeiten möchtest, klicke auf die Schaltfläche ..., um das Aktionsmenü zu öffnen, und klicke dann auf Code bearbeiten.
- Klicke im Ordner Vorlagen auf
blog.liquid
. - 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 }}
- Klicke auf Speichern.
- Klicke im Ordner Abschnitte auf
article-template.liquid
. Wenn du Boundless verwendest, klicke im Ordner Vorlagen aufarticle.liquid
. - 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 }}
- Klicke auf Speichern.
Android
- Tippe in der Shopify-App auf die Schaltfläche ....
- Klicke im Bereich Vertriebskanäle auf Onlineshop.
- Tippe auf Themes verwalten.
- Suche das Theme, das du bearbeiten möchtest, klicke auf die Schaltfläche ..., um das Aktionsmenü zu öffnen, und klicke dann auf Code bearbeiten.
- Klicke im Ordner Vorlagen auf
blog.liquid
. - 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 }}
- Klicke auf Speichern.
- Klicke im Ordner Abschnitte auf
article-template.liquid
. Wenn du Boundless verwendest, klicke im Ordner Vorlagen aufarticle.liquid
. - 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 }}
- Klicke auf Speichern.