Title: Hide post date
Last modified: March 18, 2021

---

# Hide post date

 *  [ccmag](https://wordpress.org/support/users/ccmag/)
 * (@ccmag)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/hide-post-date-3/)
 * I would like to hide the date only on individual posts. I’d still like to see
   the post dates when scrolling through the blog, however, just not when you view
   the individual posts. What CSS do I use to accomplish this? Thanks!

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/hide-post-date-3/#post-14202821)
 * You can add this CSS to hide the post date on the post pages only:
 *     ```
       .single-post .post-date {
         display: none;
       }
       ```
   
 *  Thread Starter [ccmag](https://wordpress.org/support/users/ccmag/)
 * (@ccmag)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/hide-post-date-3/#post-14207877)
 * Thank you!

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chosen/1.51/screenshot.png)
 * Chosen
 * [Support Threads](https://wordpress.org/support/theme/chosen/)
 * [Active Topics](https://wordpress.org/support/theme/chosen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chosen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chosen/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ccmag](https://wordpress.org/support/users/ccmag/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/hide-post-date-3/#post-14207877)
 * Status: not resolved