delete date of articles
-
Hello, I’ve just cerated my blog.
I would like to know how can I delete the date from my articles.
I can’t find the options anywhere…thanks
G
The blog I need help with is: (visible only to logged in users)
-
Hi there, on Afterlight, it would require a bit of custom CSS to hide the dates on posts, and that requires the WordPress.com Premium Plan upgrade, which includes Custom Design.
You can try out and preview custom CSS before you buy as explained here. This would be the CSS to hide the post dates.
.entry-date { display: none; }
- The topic ‘delete date of articles’ is closed to new replies.