Title: Remove date from posts
Last modified: January 30, 2018

---

# Remove date from posts

 *  Resolved [jessieellenwest](https://wordpress.org/support/users/jessieellenwest/)
 * (@jessieellenwest)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-date-from-posts-5/)
 * I would like to remove the post date from my blog posts. I have removed the ‘
   no comments’ from the line, but want to remove the date and add an author.
 * Can someone please provide a code I can enter into the ‘WordPress Add Custom 
   CSS’ plugin to perform these two actions?

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

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-date-from-posts-5/#post-9916458)
 * Hi there,
    you can add this
 *     ```
       .entry-date{
           display:none;
       }
       ```
   
 * in your custom CSS box to remove the date.
    Also check this thread here [https://wordpress.org/support/topic/add-author-name-2/](https://wordpress.org/support/topic/add-author-name-2/)
   on adding an author. Let me know if this helps
 *  Thread Starter [jessieellenwest](https://wordpress.org/support/users/jessieellenwest/)
 * (@jessieellenwest)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-date-from-posts-5/#post-9920105)
 * Thank you that worked!
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-date-from-posts-5/#post-9920759)
 * You are welcome.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-date-from-posts-5/#post-9921357)
 * I’d like to ask you, if you like the theme and could take a minute to review 
   it [here](https://wordpress.org/support/view/theme-reviews/olsen-light) it would
   help us a lot!

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

The topic ‘Remove date from posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/remove-date-from-posts-5/#post-9921357)
 * Status: resolved