Forums
Home / Theme: Sela / How to not show Date of Publish on a post?
(@cjosen)
10 years ago
How to not show Date of Publish on a post?
(@wpyogi)
Try adding this to your custom CSS:
.entry-meta .date { display: none; }
Thanks WPyogi.
You’re welcome, glad it worked :)!