How to remove article author from News page

I have already commented out article_author on the Blog-template section and the article_template section. When you look at the blog list from the main page, no author is shown. When you look at the individual blog post no author is shown. This is all good.

But when you click “<-- Back to News” from any of those blogs, you get to the “NEWS” page which shows all the blog posts in a long column and this STILL shows the author name on every post. How do I edit this specific page?
If it matters I am using Debut theme.

Hello @Shounteal ,

Greetings from the Store Watchers Support Team! Happy to help you today.

I guess you only commented out the code in the grid view on your blog-template.liquid. You can keep scrolling it until you reach the list view code. In line 120, you can find the code for the author in the list view. Please check the screenshot below for your reference.

Let me know if need further assistance

Regards,

Store Watchers Support Team

1 Like

Hello @Shounteal

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

This worked! Thank you so much!