How to Remove the Post Publish Date
Every post is published with the Post Date visible on the website:
Remove Date Sitewide
The "Posted" date can be removed site wide by adding this Custom CSS code in Design Settings.
.posted-by-snippet-date { display: none; }
Add the code in the Design Settings:
- Go to Settings.
- Click on Design Settings.
- Head to the Custom CSS / HEAD tab.
- Add the code in the Additional CSS space.
Remove Date Individual Post Types
To remove the date for a specific post type add it in the Post Settings.
Go to:
- Go to My Content.
- Click on Edit Post Settings.
- Find to the Post Type.
- Head to the Detail Page Design tab.
- Add the code in the Insert Additional Code space.
With this one, add the style tags as well:
<style> .posted-by-snippet-date { display: none; } </style>
Date Removed
Once the code has been saved, the date is removed: