Hi,
Is there a way to remove author, date and category from all posts.
In a way that when I add a new post I don't have to go and disable these things
Thanks in advance
.entry-header time,
.entry-header + .item-author,
.item-info {
display: none;
}