Title: Hide Date
Last modified: February 20, 2017

---

# Hide Date

 *  [gstar](https://wordpress.org/support/users/gstar/)
 * (@gstar)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-date-3/)
 * How can I hide the date and No Comments on posts?
 * February 20, 2017 No Comments

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

 *  [Rojina Shakya](https://wordpress.org/support/users/rojina/)
 * (@rojina)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-date-3/#post-8828732)
 * Hello [@gstar](https://wordpress.org/support/users/gstar/),
 * To delete the date and No comments on Posts, please go to your **Admin Dashboard
   > Appearance > Customize > Additional CSS.**
 * In the Additional CSS , please copy and paste this CSS.
 *     ```
       .entry-meta.entry-meta-bottom {
       	     display: none;
       }
       ```
   
 * Hope this helps,
 * If you have any problem while achieving this result, please let us know.
 * Best Regards !!
 *  Thread Starter [gstar](https://wordpress.org/support/users/gstar/)
 * (@gstar)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-date-3/#post-8831605)
 * Amazing, thanks!
 * How can I replace that with the post tags?
 *  [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-date-3/#post-8834344)
 * Hello [@gstar](https://wordpress.org/support/users/gstar/).
 * To do that you will need to create a [child theme](https://www.cssigniter.com/ignite/beginners-guide-child-themes/)
   and copy over the single.php file.
 * Then you will need to edit the file and replace lines 23-27 with lines 43-45.
   That will do the trick.

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

The topic ‘Hide Date’ 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/)

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