Article suggestions
  1. Home
  2. Section: Developer Hub
  3. How to Remove the Post Publish Date

How to Remove the Post Publish Date

How to Remove the Post Publish Date
  • avatar
Written by Chan Nier
Updated on February 19, 2025

 Link: https://support.brilliantdirectories.com/support/solutions/articles/12000101601

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;
}
CSS

Add the code in the Design Settings: 

  1. Go to Settings.
  2. Click on Design Settings.
  3. Head to the Custom CSS / HEAD tab.
  4. 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:

  1. Go to My Content.
  2. Click on Edit Post Settings.
  3. Find to the Post Type.
  4. Head to the Detail Page Design tab.
  5. 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>
CSS

Date Removed

Once the code has been saved, the date is removed:


Thank you for leaving a rating!
Did you find this article helpful?
0 out of 0 people found this article helpful so far
Can't find what you're looking for? Get in touch
How can we help?
Send your question below and we'll get back to you as soon as possible.
Cancel
translation missing: en.kb.default.contact_form_error
×
Thanks for your message!
Thanks for your message!
×