Delete date on posts
-
is it possible to delete the date which appears to the left of my posts?
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Delete date on posts’ is closed to new replies.
Get help with WordPress.com, the free blogging platform, and the WordPress.com apps.
is it possible to delete the date which appears to the left of my posts?
The blog I need help with is: (visible only to logged in users)
Hi, this will get rid of the post date in Chateau.
.post-date {
display: none;
}