Title: Remove the post date.
Last modified: August 30, 2016

---

# Remove the post date.

 *  Resolved [neoinmatrix](https://wordpress.org/support/users/neoinmatrix/)
 * (@neoinmatrix)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/)
 * Put “.entry-date { display: none; }” on the below of my theme’s style.css.
    But
   not work.
 * I have cleaned the cache already.
 * Why?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486242)
 * Can you show us a page with the post date?
 *  [Bhavin Patel](https://wordpress.org/support/users/digitalbhavin/)
 * (@digitalbhavin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486247)
 * You should give us page link so we can help you.
 * you can apply this code too.
    .entry-meta { display: none; }
 *  Thread Starter [neoinmatrix](https://wordpress.org/support/users/neoinmatrix/)
 * (@neoinmatrix)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486353)
 * [@andrew](https://wordpress.org/support/users/andrew/)
    [@digitalbhavin](https://wordpress.org/support/users/digitalbhavin/)
 * [http://buddhainchina.com/](http://buddhainchina.com/)
 * TKS!!!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486369)
 * The class is “post-date”.
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then install this Custom CSS Manager
   plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications:_
 *     ```
       .post-date {
           display: none;
       }
       ```
   
 *  [Sayan Naskar](https://wordpress.org/support/users/sayannaskar/)
 * (@sayannaskar)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486370)
 * Hello,
 * .post-date, .post-meta span:nth-of-type(2) {
    display: none; }
 * This will be the solution to your problem. You can either enter this code in 
   your theme custom css area in the back-end or create a child theme for the purpose.
 *  Thread Starter [neoinmatrix](https://wordpress.org/support/users/neoinmatrix/)
 * (@neoinmatrix)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486425)
 * #2
    #3 #5 #6 #7
 * TKS!
 * Succeed and i learn a new thing “child theme”.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove the post date.’ is closed to new replies.

## Tags

 * [post date](https://wordpress.org/support/topic-tag/post-date/)

 * 6 replies
 * 4 participants
 * Last reply from: [neoinmatrix](https://wordpress.org/support/users/neoinmatrix/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/remove-the-post-date/#post-6486425)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
