Supprimer le nom de l’auteur d'articles de blog

Supprimer le nom de l’auteur

Pour supprimer le nom de l’auteur du blog, vous devez modifier le code Liquid dans vos modèles blog.liquid et article-template.liquid. Si vous utilisez Boundless, vous devez modifier le code Liquid dans vos modèles blog.liquid et article.liquid.

Étapes :

Bureau
  1. Dans l'interface administrateur Shopify, accédez à Boutique en ligne > Thèmes.
  2. Recherchez le thème que vous souhaitez modifier, cliquez sur le bouton pour ouvrir le menu Actions, puis cliquez sur Modifier le code.
  3. Dans le dossier Modèles, cliquez sur blog.liquid.
  4. Pour localiser cette balise Liquid et la supprimer, utilisez les touches ctrl + F sur un PC ou command + F sur un Mac :
{{ 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. Cliquez sur Save (Enregistrer).
  2. Dans le dossier Sections, cliquez sur article-template.liquid. Pour Boundless, cliquez sur article.liquid dans le dossier Modèles.
  3. Pour localiser cette balise Liquid et la supprimer, utilisez les touches ctrl + F sur un PC ou command + F sur un Mac :
{{ 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. Cliquez sur Save (Enregistrer).
iPhone
  1. Dans l’application Shopify, appuyez sur le bouton
  2. Dans la section Canaux de vente, appuyez sur Online Store (Boutique en ligne).
  3. Appuyez sur Manage themes (Gérer les thèmes).
  4. Recherchez le thème que vous souhaitez modifier, cliquez sur le bouton pour ouvrir le menu Actions, puis cliquez sur Modifier le code.
  5. Dans le dossier Modèles, cliquez sur blog.liquid.
  6. Pour localiser cette balise Liquid et la supprimer, utilisez les touches ctrl + F sur un PC ou command + F sur un Mac :
{{ 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. Cliquez sur Save (Enregistrer).
  2. Dans le dossier Sections, cliquez sur article-template.liquid. Pour Boundless, cliquez sur article.liquid dans le dossier Modèles.
  3. Pour localiser cette balise Liquid et la supprimer, utilisez les touches ctrl + F sur un PC ou command + F sur un Mac :
{{ 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. Cliquez sur Save (Enregistrer).
Android
  1. Dans l’application Shopify, appuyez sur le bouton
  2. Dans la section Canaux de vente, appuyez sur Online Store (Boutique en ligne).
  3. Appuyez sur Manage themes (Gérer les thèmes).
  4. Recherchez le thème que vous souhaitez modifier, cliquez sur le bouton pour ouvrir le menu Actions, puis cliquez sur Modifier le code.
  5. Dans le dossier Modèles, cliquez sur blog.liquid.
  6. Pour localiser cette balise Liquid et la supprimer, utilisez les touches ctrl + F sur un PC ou command + F sur un Mac :
{{ 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. Cliquez sur Save (Enregistrer).
  2. Dans le dossier Sections, cliquez sur article-template.liquid. Pour Boundless, cliquez sur article.liquid dans le dossier Modèles.
  3. Pour localiser cette balise Liquid et la supprimer, utilisez les touches ctrl + F sur un PC ou command + F sur un Mac :
{{ 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. Cliquez sur Save (Enregistrer).
Vous ne trouvez pas les réponses que vous recherchez ? Nous sommes là pour vous aider.