Removing the date and time from WordPress comments can help achieve a more streamlined, timeless look on your site.
We have built and managed many sites over the years with WordPress, so we understand the nuances of tailoring your site to best meet your needs and preferences. Adjusting comment settings not only enhances your site’s aesthetics but can also encourage more engagement by highlighting the content of the comments themselves.
In this article, we will show you how to easily remove the date and time from WordPress comments. Our instructions are based on tried and tested methods, ensuring an easy and effective implementation.
Should You Remove the Date and Time From WordPress Comments?
Some users believe that hiding the date and time in WordPress will prevent their articles from looking dated, improving their WordPress SEO and search engine rankings.
However, we disagree with this sentiment. In fact, we believe removing dates can be quite problematic.
For more details, you can see our article on why you should not remove dates from WordPress posts.
The same arguments are true for your WordPress comments as well. Removing the date and time from comments will hide important information, which would make older comments look odd.
However, we understand that some users may be using comments differently than normal web comments. For example, on a WordPress intranet or a web application.
In that case, they may need to remove the date or time from comments on your WordPress website to meet their requirements.
That said, let’s look at how to easily remove the date and time from WordPress comments.
How to Remove the Date and Time From WordPress Comments
You can easily remove the date and time from WordPress comments by adding custom code to your theme’s functions.php file.
However, keep in mind that the smallest error while typing the code can make your website inaccessible.
We recommend using WPCode instead to add custom code to your WordPress site.
It is the best WordPress code snippets plugin on the market, and it makes it super safe and easy to add custom code.
First, you need to install and activate the WPCode plugin. For detailed instructions, you may want to see our beginner’s guide on how to install a WordPress plugin.
Note: WPCode also has a free version that you can use for this tutorial. However, upgrading to the paid plan will give you access to the cloud library of code snippets, conditional logic, and more.
Upon activation, visit the Code Snippets » + Add Snippet page from the WordPress admin sidebar.
From here, you must click the ‘Use Snippet’ button under the ‘Add Your Custom Code (New Snippet)’ option.
This will direct you to the ‘Create Custom Snippet’ page, where you can start by typing a name for the code snippet.
Next, choose the ‘PHP Snippet’ option from the code type dropdown menu in the right corner of the screen.
After that, simply copy and paste the following code into the ‘Code Preview’ box:
// Remove comment date
function wpb_remove_comment_date($date, $d, $comment) {
if ( !is_admin() ) {
return;
} else {
return $date;
}
}
add_filter( 'get_comment_date', 'wpb_remove_comment_date', 10, 3);
// Remove comment time
function wpb_remove_comment_time($date, $d, $comment) {
if ( !is_admin() ) {
return;
} else {
return $date;
}
}
add_filter( 'get_comment_time', 'wpb_remove_comment_time', 10, 3);
After that, scroll down to the ‘Insertion’ section and choose the ‘Auto Insert’ mode.
This will automatically execute the code on your site.
Next, scroll back to the top of the page and toggle the switch to ‘Active’.
Finally, click the ‘Save Snippet’ button to store your settings.
Now, you can visit your website to see the date and time removed from your WordPress comments.
Please note that this method does not remove comment dates and times from your WordPress database.
Removing the code will immediately start displaying the date and time for WordPress comments on your site.
Bonus: Remove Author Name From WordPress Posts
You can remove the date and time from comments and the author’s name from posts on your WordPress blog.
Usually, adding an author’s name to the blog posts gives additional information to users and may increase engagement.
However, if you run a multi-author blog or manage guest bloggers, then removing the author’s name can make your site look more consistent.
You can easily do this by adding a CSS code snippet to your website with WPCode.
For more details, see our tutorial on how to remove author names from WordPress posts.
We hope this article helped you learn how to easily remove date and time from WordPress comments. You may also want to see our tutorial on how to add a dynamic copyright date in the WordPress footer and our list of the must-have WordPress plugins for business websites.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Jiří Vaněk
I like snippets for their simplicity and because I don’t necessarily have to use a plugin for everything. I even made a folder in the browser from your article with snippets. I also saved this one, because this function can come in handy at any time. Thank you for sharing these snippets so we can avoid another unnecessary plugin.
Pandu Aji
Finally, i can get rid all dates from my evergreen content
WPBeginner Support
Glad we could help show how to remove the dates
Admin
Dennis Muthomi
I have a question relating to comments…is there a way to pin a reader’s comment in WordPress, similar to how YouTube allows pinned comments??
WPBeginner Comments
For a pinning comments feature, you may want to use the plugin in this guide: https://www.wpbeginner.com/beginners-guide/beginners-guide-on-how-to-moderate-comments-in-wordpress/
Roger M. Jenson
I agree that removing the date may not be the best idea. The blog entries at some sites show “Updated over a week ago” in the date area. I think that Updated over a ago where the time period could be week, month, six moths, etc. could be interesting. All I need is to learn how to do it.
WPBeginner Support
For a starting point you may want to take a look at our article below:
https://www.wpbeginner.com/wp-tutorials/display-the-last-updated-date-of-your-posts-in-wordpress/
Admin
Chinmay Rajyaguru
How to remove/change ‘at’ only?
WPBeginner Support
For specific edits like that, you would want to reach out to the support for your specific theme.
Admin
Ivan
Awesome! Thanks for sharing. My first attempt to play with theme coding and it worked Your advice is much appreciated!
WPBeginner Support
You’re welcome, glad our guide could help
Admin
Ahmad Wali
Can you please recommend any good plugin to completely hide comments, date section from wordpress websites?
WPBeginner Support
If you want to completely remove the comments, you would want to take a look at the article here: https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/
Admin
Marv
Works like a charm! Thank you
WPBeginner Support
Glad our article was helpful
Admin
Luke Thomas
Thanks again, it worked like a charm on the website. It goes to show even for people who are not that familiar with coding can accomplish these tasks with the help of WPBEGINNER.
WPBeginner Support
You’re welcome, glad our guide could help
Admin
Sahil Sharma
Thanks for the solution.
How to remove blank space create after remove date and time ??
Thanks
WPBeginner Support
That would require editing your theme’s CSS which is different for each theme. If you reach out to your theme’s support they should be able to assist.
Admin
Pete
Hi,
I tried to use the php code above and it worked
But, how to use php code to remove ‘at’?
I used the css code above, but that would be a hidden text. When I viewed the source code, ‘at’ was still there.
How to use php code to remove ‘at’?
Thanks
WPBeginner Support
For that, you would normally want to reach out to your theme’s support and create a child theme to edit the comment template rather than use PHP.
Admin
Saarika
Date and time got removed but i can see the link on at. I am applying the css u mentioned but its not working
WPBeginner Support
Your specific theme likely may have different stylings for your comments, if you reach out to your theme’s support they should be able to let you know.
Angel Costa
I truly hate every website that removes dates so its content seems to be everlasting. It’s misleading and we can’t tell if something is outdated or not.
Sofor
Sorry, I can’t agree with you.