Title: Removing date from posts
Last modified: August 24, 2016

---

# Removing date from posts

 *  Resolved [N](https://wordpress.org/support/users/x8yuvzi/)
 * (@x8yuvzi)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/removing-date-from-posts-2/)
 * please help me on how to remove date from posts. thanx in advance 🙂

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/removing-date-from-posts-2/#post-6138332)
 * Open `../post-templates/content.php`, remove:
 * `<time class="detail left index-post-date" datetime="<?php echo get_the_date('
   Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>`
 * Open `/post-templates/content-single.php`, remove:
 * `<time class="detail left index-post-date" datetime="<?php echo get_the_date('
   Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>`
 *  Thread Starter [N](https://wordpress.org/support/users/x8yuvzi/)
 * (@x8yuvzi)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/removing-date-from-posts-2/#post-6138342)
 * removed it, it still shows 🙁
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/removing-date-from-posts-2/#post-6138469)
 * If you are talking about removing the date from slides you need to open `featured-
   content.php` and remove:
 * `<time class="date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo
   get_the_date( 'M d, Y' ); ?></time>`
 * If you plan on updating the theme please use a child theme.

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

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

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

 * 3 replies
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/removing-date-from-posts-2/#post-6138469)
 * Status: resolved