Blog listing, issue with Posts page

I am using a page “Resources” for blog listings, using the Blog (Default) template. All is working well, except that i cannot remove Author and Comments, and that the date is not displayed


When I however set homepage display for Posts page from -Select- to Resources, author and comments are removed, but also featured image is gone, page banner and header are gone. I also have “Permissions Denied” for Force Listing Display Mode.



Hello @kimolinders The author and comments are built in the template. If you want to remove that, you can do that with CSS easily:

.article.blog-article .thumbnail .meta {
display: none;
}

Perfect, works like a charm.

Thanks!