Title: Remove the dates
Last modified: August 31, 2016

---

# Remove the dates

 *  [johleen](https://wordpress.org/support/users/johleen/)
 * (@johleen)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-the-dates/)
 * Hi there,
 * Is there a way to remove the date from both the posts pages and the images on
   teh gallery (when you hover over them)?
 * Thanks,
 * Johleen

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

 *  [seashanty](https://wordpress.org/support/users/seashanty/)
 * (@seashanty)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-the-dates/#post-6972704)
 * I needed to do this too, I’ve just done it by removing certain lines in the editor.
 * <p class=”archive-post-date”><?php the_time(get_option(‘date_format’)); ?></p
   >
    from the content template
 * The line starting <p class=”post-date”>
    from the single post template
 * That should do it but i worked it out in a rush and didn’t take any proper notes
   or code snippets. Hope that helps.
 *  Thread Starter [johleen](https://wordpress.org/support/users/johleen/)
 * (@johleen)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-the-dates/#post-6972705)
 * Hi,
 * Thanks for this. I also found a work around to deal with it. I added some css
   which made all the dates transparent so you can’t see them!
 * Best wishes.
 *  [shadybrown01](https://wordpress.org/support/users/shadybrown01/)
 * (@shadybrown01)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-the-dates/#post-6972781)
 * You can also remove
    `<p class="post-date"><?php the_time(get_option('date_format'));?
   ></p>` From single.php
 *  [yas-admin](https://wordpress.org/support/users/yas-admin/)
 * (@yas-admin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-the-dates/#post-6972788)
 * how about removing ALL the dates from the blog, not only the posts
    even though
   my theme is different….(Tempera)
 *  [yhelfman](https://wordpress.org/support/users/yhelfman/)
 * (@yhelfman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-the-dates/#post-6972796)
 * I removed:
 * <p class=”post-date”><?php the_time(get_option(‘date_format’)); ?></p>
 * from single.php and I still see the post dates on the home page.
    [http://netvalu.net/photography/](http://netvalu.net/photography/)
 * Can you point me to what am I missing?
    Ideally I could replace the date with
   an image count, as I posted on a separate forum topic. And idea how?
 * Thanks,
    Yuval

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

The topic ‘Remove the dates’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hitchcock/2.2.1/screenshot.jpg)
 * Hitchcock
 * [Support Threads](https://wordpress.org/support/theme/hitchcock/)
 * [Active Topics](https://wordpress.org/support/theme/hitchcock/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hitchcock/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hitchcock/reviews/)

## Tags

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

 * 5 replies
 * 5 participants
 * Last reply from: [yhelfman](https://wordpress.org/support/users/yhelfman/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/remove-the-dates/#post-6972796)
 * Status: not resolved