Rimozione del nome dell'autore dagli articoli del blog
Su questa pagina
Rimozione del nome dell'autore
Per rimuovere il nome dell'autore del blog, dovrai modificare Liquid nei modelli blog.liquid
e article-template.liquid
. Se utilizzi Boundless, dovrai modificare Liquid nei modelli blog.liquid
e article.liquid
.
Passaggi:
Desktop
- Dal pannello di controllo Shopify, vai su Negozio online > Temi.
- Trova il tema che desideri modificare, clicca sul pulsante … per aprire il menu azioni, quindi clicca su Modifica codice.
- Nella cartella Modelli clicca su
blog.liquid
. - Utilizza
ctrl
+F
su PC ocommand
+F
su Mac per individuare questo tag Liquid ed eliminarlo:
{{ 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 }}
- Clicca su Salva.
- Nella cartella Sezioni clicca su
article-template.liquid
. Per Boundless, nella cartella Modelli clicca suarticle.liquid
. - Utilizza
ctrl
+F
su PC ocommand
+F
su Mac per individuare questo tag Liquid ed eliminarlo:
{{ 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 }}
- Clicca su Salva.
iPhone
- Nell'app di Shopify tocca il pulsante ….
- Nella sezione Canali di vendita, tocca Negozio online.
- Tocca Gestisci temi.
- Trova il tema che desideri modificare, clicca sul pulsante … per aprire il menu azioni, quindi clicca su Modifica codice.
- Nella cartella Modelli clicca su
blog.liquid
. - Utilizza
ctrl
+F
su PC ocommand
+F
su Mac per individuare questo tag Liquid ed eliminarlo:
{{ 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 }}
- Clicca su Salva.
- Nella cartella Sezioni clicca su
article-template.liquid
. Per Boundless, nella cartella Modelli clicca suarticle.liquid
. - Utilizza
ctrl
+F
su PC ocommand
+F
su Mac per individuare questo tag Liquid ed eliminarlo:
{{ 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 }}
- Clicca su Salva.
Android
- Nell'app di Shopify tocca il pulsante ….
- Nella sezione Canali di vendita, tocca Negozio online.
- Tocca Gestisci temi.
- Trova il tema che desideri modificare, clicca sul pulsante … per aprire il menu azioni, quindi clicca su Modifica codice.
- Nella cartella Modelli clicca su
blog.liquid
. - Utilizza
ctrl
+F
su PC ocommand
+F
su Mac per individuare questo tag Liquid ed eliminarlo:
{{ 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 }}
- Clicca su Salva.
- Nella cartella Sezioni clicca su
article-template.liquid
. Per Boundless, nella cartella Modelli clicca suarticle.liquid
. - Utilizza
ctrl
+F
su PC ocommand
+F
su Mac per individuare questo tag Liquid ed eliminarlo:
{{ 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 }}
- Clicca su Salva.