Do you want to hide autor and date from posts? If you don’t regularly update your WordPress posts then It’s better to remove the date
The post How to Remove Date from Your WordPress Posts appeared first on WPALLRESOURCES.
Do you want to remove date from your WordPress posts?
If you don’t regularly update your WordPress posts, then It’s better to remove the date from all your posts. Apart from that, we can also hide the author from posts by using plugin and CSS methods.
Today, we’ll learn how to remove the date from your WordPress post to make it all new and fresh.
There are several ways to hide dates and times from your post. We’ll discuss three methods to hide dates from posts. They are as follows:
This is an extremely easy and quick method to remove date from posts in WordPress.
Note: In case the coding structure has been changed by the developer then his method might not work. Simply try other methods listed below:
Removing Date with the PluginWe can also remove the date via using a plugin. This is the most beginner-friendly approach. I am going to use WP meta and date remover plugin for the sake of this tutorial.
This method is useful to remove not only author and date but also other metadata like comments, categories, tags, etc.
.entry-meta .entry-date.published {
display: none;
}
Or you can also try the alternative code given below.
.entry-meta {
display: none;
}
And you’re done! You have successfully removed date and author from the WordPress post.
Final ThoughtNow that you have learned how to remove the date from your WordPress post, go give it a try! You can also follow us on Facebook and Twitter.
If you liked this post, then subscribe to our newsletter.
You might also like to read other related articles.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | How to Clear WordPress Cache easily: Easy guide | 0 | 6.57 | 06-01-2020 |
| 2 | WordPress Security Updates That Will Save You in 2026 | 0 | 13.4 | 20-06-2025 |
| 3 | How to safely delete a WordPress site without losing data | 0 | 5.75 | 29-07-2026 |
| 4 | 6 Signs Your Website Is Driving Customers Away (and What to Do Instead) | 0 | 5.93 | 10-08-2026 |
| 5 | How to Start a Blog on Blogger vs WordPress: Which One is Right for You? #blogging | 0 | 6.25 | 04-09-2025 |
| 6 | X-post: WordPress Credits Updates | 0 | 2 | 29-06-2026 |
| 7 | Boosting WooCommerce Sales with AI-Driven Personalization Plugins #ecommerce #wordpress | 0 | 12.84 | 24-10-2025 |
| 8 | Abgelaufener Tee: So lange ist er noch genießbar | 0 | 6.31 | 21-05-2026 |
| 9 | Оставить нельзя выбросить: когда пора избавляться от живой новогодней елки | 0 | 5 | 20-01-2026 |