Title: Removing dates from posts
Last modified: August 21, 2016

---

# Removing dates from posts

 *  [lukecorden](https://wordpress.org/support/users/lukecorden/)
 * (@lukecorden)
 * [13 years ago](https://wordpress.org/support/topic/removing-dates-from-posts-2/)
 * Hi, please can you tell me how to remove dates from all posts past and future.
   I am not very code savvy and would appreciate baby steps.
 * Many thanks in advance

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

 *  [konradS](https://wordpress.org/support/users/konrads/)
 * (@konrads)
 * [13 years ago](https://wordpress.org/support/topic/removing-dates-from-posts-2/#post-3830320)
 * do you mean in the single view (full view) of the post or in a post listing like
   the archives?
 * or simply EVERYwhere?
 * also, do you have a link to the pages?
 *  [konradS](https://wordpress.org/support/users/konrads/)
 * (@konrads)
 * [13 years ago](https://wordpress.org/support/topic/removing-dates-from-posts-2/#post-3830321)
 * something like
 * `p.date { display: none; }`
 * should work.
 * just add this code snippet to THEME SETTINGS -> CSS tab.
 * thats a special CSS overwrite section so you don’t have to modify the theme files
   and your changes will be update safe and not lost then..
 * let me know if that helps, konrad
 *  Thread Starter [lukecorden](https://wordpress.org/support/users/lukecorden/)
 * (@lukecorden)
 * [13 years ago](https://wordpress.org/support/topic/removing-dates-from-posts-2/#post-3830322)
 * Hi thanks for the help.
 * I resolved it myself from putting the following code into theme options>custom
   css
 * `.entry-header .entry-meta { display: none; }`
 * This has removed dates and times from all post universally.
 * > also, do you have a link to the pages?
 * [http://www.specialeffectphoto.com](http://www.specialeffectphoto.com)

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

The topic ‘Removing dates from posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/custom-community/2.1.2/screenshot.
   png)
 * Custom Community
 * [Support Threads](https://wordpress.org/support/theme/custom-community/)
 * [Active Topics](https://wordpress.org/support/theme/custom-community/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/custom-community/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/custom-community/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [lukecorden](https://wordpress.org/support/users/lukecorden/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/removing-dates-from-posts-2/#post-3830322)
 * Status: not resolved