Dear community,
I am looking for a way to remove some metadata displayed on articles.
I already know how to disable all of them with :
.entry-meta {
display: none;
}
But I would like to keep the publication date displayed.
Does anyone have an idea ?
Best,