Title: Remove Date from Posts
Last modified: August 22, 2016

---

# Remove Date from Posts

 *  Resolved [arzoo](https://wordpress.org/support/users/arzoo/)
 * (@arzoo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/)
 * Is it possible to remove the date from the top right corner of the post and also
   from the grid excerpts in the home page?
 * Thanks.

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5723774)
 * Hey there arzoo,
 * Hope you’re well today!
 * This should be possible with adding some custom CSS. Please try adding the following
   code to Appearance >> Theme Options >> Advanced Settings >> Custom CSS:
 *     ```
       .postdate {
       display: none;
       }
       ```
   
 * This should remove the date from both home page excerpts and single post pages.
 * Hope this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [arzoo](https://wordpress.org/support/users/arzoo/)
 * (@arzoo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5723914)
 * Super cool! That did the job. Thanks Bojan.
 * One last question. I’m using the Virtue: Recent Posts widget on the sidebar for
   single posts and I just noticed that it also shows the date (by default), but
   doesn’t have a ‘turn off date’ option.
 * How can I remove the date from the Virtue Recent Posts?
 * Thanks again.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5723917)
 * You can add this:
 *     ```
       .kadence_recent_posts .recentpost_date {
       display: none;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [arzoo](https://wordpress.org/support/users/arzoo/)
 * (@arzoo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5723925)
 * Thanks! That did the trick.
 *  [lucy00](https://wordpress.org/support/users/lucy00/)
 * (@lucy00)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5724036)
 * mark,very useful.
 *  [Mario buenosairestrade](https://wordpress.org/support/users/mario-buenosairestrade/)
 * (@mario-buenosairestrade)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5724179)
 * Thanks! a lot International works!

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

The topic ‘Remove Date from Posts’ is closed to new replies.

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

## Tags

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

 * 6 replies
 * 5 participants
 * Last reply from: [Mario buenosairestrade](https://wordpress.org/support/users/mario-buenosairestrade/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/remove-date-from-posts-3/#post-5724179)
 * Status: resolved