Rimozione del nome dell'autore dagli articoli del blog

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
  1. Dal pannello di controllo Shopify, vai su Negozio online > Temi.
  2. Trova il tema che desideri modificare, clicca sul pulsante per aprire il menu azioni, quindi clicca su Modifica codice.
  3. Nella cartella Modelli clicca su blog.liquid.
  4. Utilizza ctrl + F su PC o command + 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 }}
  1. Clicca su Salva.
  2. Nella cartella Sezioni clicca su article-template.liquid. Per Boundless, nella cartella Modelli clicca su article.liquid.
  3. Utilizza ctrl + F su PC o command + 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 }}
  1. Clicca su Salva.
iPhone
  1. Nell'app di Shopify tocca il pulsante .
  2. Nella sezione Canali di vendita, tocca Negozio online.
  3. Tocca Gestisci temi.
  4. Trova il tema che desideri modificare, clicca sul pulsante per aprire il menu azioni, quindi clicca su Modifica codice.
  5. Nella cartella Modelli clicca su blog.liquid.
  6. Utilizza ctrl + F su PC o command + 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 }}
  1. Clicca su Salva.
  2. Nella cartella Sezioni clicca su article-template.liquid. Per Boundless, nella cartella Modelli clicca su article.liquid.
  3. Utilizza ctrl + F su PC o command + 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 }}
  1. Clicca su Salva.
Android
  1. Nell'app di Shopify tocca il pulsante .
  2. Nella sezione Canali di vendita, tocca Negozio online.
  3. Tocca Gestisci temi.
  4. Trova il tema che desideri modificare, clicca sul pulsante per aprire il menu azioni, quindi clicca su Modifica codice.
  5. Nella cartella Modelli clicca su blog.liquid.
  6. Utilizza ctrl + F su PC o command + 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 }}
  1. Clicca su Salva.
  2. Nella cartella Sezioni clicca su article-template.liquid. Per Boundless, nella cartella Modelli clicca su article.liquid.
  3. Utilizza ctrl + F su PC o command + 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 }}
  1. Clicca su Salva.
Non trovi le risposte che stai cercando? Siamo qui per aiutarti.