Actions
Support #9499
closedtiny question - preventing dates on posts?
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2018-03-28
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
How do I prevent the date I posted showing on posts? (https://historyprogram.commons.gc.cuny.edu)
I thought I'd fixed this problem with this custom CSS, but no:
.entry-meta .byline {
display: none;
}
footer.entry-footer {
display: none;
}
Actions