Title: Remove dates from comments
Last modified: August 19, 2016

---

# Remove dates from comments

 *  [raisingsmallsouls](https://wordpress.org/support/users/raisingsmallsouls/)
 * (@raisingsmallsouls)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-dates-from-comments/)
 * Hi, I’m trying to figure out how to remove the dates from my comments.
 * I already found a thread here which removes the dates from my POSTS, now I also
   want the date removed from my comments.
 * For example, I want to present this post [http://www.raisingsmallsouls.com/conflict-resolution/](http://www.raisingsmallsouls.com/conflict-resolution/)
   as though it’s new, but the dates of the comments show that this is several months
   old!
 * Thanks,
 * Ellen

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-dates-from-comments/#post-1349233)
 * _always make a backup copy before editing theme files_
 * probably in comments.php, see if you can find something very similar to:
    `<div
   class="comment-meta commentmetadata"><a href="<?php .......?>"><?php comment_date()?
   ></a></div>`
 * then delete it –
    or maybe better just ‘comment it out’ like so: `<!-- <div class
   ="comment-meta commentmetadata"><a href="<?php .......?>"><?php comment_date()?
   ></a></div> -->`
 * and delete if you are sure you have done the right thing 😉
 *  [magickman5](https://wordpress.org/support/users/magickman5/)
 * (@magickman5)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-dates-from-comments/#post-1349234)
 * hi raisingsmallsouls,
 * you have to look for the the_time() function in single.php, index.php, comments.
   php and comment it.
 * hope this helps you.

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

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

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [magickman5](https://wordpress.org/support/users/magickman5/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/remove-dates-from-comments/#post-1349234)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
