Removing date from posts on WordPress.com
-
Hello
I’m looking for remove the date on my posts – I don’t want this showing as the content could be relevant all year round. Is there a way to do it on WordPress.com? So far I’ve only seen it done on WordPress.org with a plugin, which I cant get
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to get rid of the dates on all posts.
.entry-date { display: none !important; } .entry-comments:before { content: "" !important; } -
-
- The topic ‘Removing date from posts on WordPress.com’ is closed to new replies.