Title: Remove date on comments
Last modified: February 11, 2019

---

# Remove date on comments

 *  [Alip](https://wordpress.org/support/users/2etpesam/)
 * (@2etpesam)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-date-on-comments/)
 * Hi,
 * It’s a great theme.
    I’d like to ask, how to remove date or time on comments?

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

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-date-on-comments/#post-11192589)
 * Put below css in style.css
 * .woocommerce-review__published-date{
    display:none; }
 *  [deepakl](https://wordpress.org/support/users/deepakl/)
 * (@deepakl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-date-on-comments/#post-11196333)
 * Hi [@2etpesam](https://wordpress.org/support/users/2etpesam/) ,
 * As we have inherited the WordPress default feature of comment box. You can simply
   disable the Date and time by using the wordpress default filters. Here is the
   [ article ](https://www.wpbeginner.com/wp-themes/how-to-remove-date-and-time-from-wordpress-comments/)
   that will help you in attaining your changes.
 *  Thread Starter [Alip](https://wordpress.org/support/users/2etpesam/)
 * (@2etpesam)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-date-on-comments/#post-11202314)
 * I’ve tried it, but it will only cause [hidden text](https://www.wpbeginner.com/wp-themes/how-to-remove-date-and-time-from-wordpress-comments/#comment-577499).
   That is why I am asking here.
 *  [Team Brainstorm Force](https://wordpress.org/support/users/brainstormteam/)
 * (@brainstormteam)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/remove-date-on-comments/#post-11230358)
 * Hello [@2etpesam](https://wordpress.org/support/users/2etpesam/)
 * We have added a filter to remove comment time markup in a development branch –
   [https://github.com/brainstormforce/astra/tree/disable-comment-time](https://github.com/brainstormforce/astra/tree/disable-comment-time)
 * Please install this branch zip file and add below code snippet in theme’s functions.
   php file.
    Code Snippet – add_filter( ‘astra_single_post_comment_time_enabled’,‘
   my_function’, 10, 1 ); function my_function( $bool ) { return false; }
 * Hope it helps you.
 * ~ Uttam

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

The topic ‘Remove date on comments’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 4 participants
 * Last reply from: [Team Brainstorm Force](https://wordpress.org/support/users/brainstormteam/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/remove-date-on-comments/#post-11230358)
 * Status: not resolved