How can I hide the author and date listed at the end of each post and on the index page? I tried putting this in custom CSS:
.entry-author-link,
.entry-date {
display: none;
}
It left the author there, and hid the date but not the word “date.”
]]>