How do I hide the date for posts?
-
I would like to hide the date for a post. How would I do this? Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Hi littlefielddogtraining,
You could add the following to your Custom CSS. I’ve also added a little extra if you want to remove the “little dots” that break up that line of information.
time.entry-date { display: none; } span.sep { display: none; } -
Thanks, daschultemn!
littlefielddogtraining – If you’d also like to hide the date on the homepage – in addition to single posts – this less-specific CSS should do the trick:
.entry-date { display: none; }Let us know if you’re good to go or if you’re all set.
-
- The topic ‘How do I hide the date for posts?’ is closed to new replies.