Title: Remove Dates on Posts
Last modified: August 22, 2016

---

# Remove Dates on Posts

 *  [johnnydo](https://wordpress.org/support/users/johnnydo/)
 * (@johnnydo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-dates-on-posts/)
 * what is the preferred method to remove the date display posts?
 * tries a few plugins but they did not work.

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

 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-dates-on-posts/#post-5402943)
 * Hi Johnny,
 * You can do so by using CSS display: none
 * If you post the URL of your site, I could give you the exact CSS code snippet.
 *  Thread Starter [johnnydo](https://wordpress.org/support/users/johnnydo/)
 * (@johnnydo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-dates-on-posts/#post-5402977)
 * thanks
 * uzuri.org
 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-dates-on-posts/#post-5402980)
 * Hey there,
 * The only date I saw was on the single post page. To remove it, just add to style.
   css of your child theme or to a custom CSS editor ([https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/))
   this CSS snippet
 *     ```
       .post_date {
           display: none;
       }
       ```
   
 * I hope this helps 🙂
 *  [Md Mosaober Hasan](https://wordpress.org/support/users/imon-hasan/)
 * (@imon-hasan)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-dates-on-posts/#post-5403056)
 * Pro user pls contact me via email

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

The topic ‘Remove Dates on Posts’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Md Mosaober Hasan](https://wordpress.org/support/users/imon-hasan/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/remove-dates-on-posts/#post-5403056)
 * Status: not resolved