Do you want to remove the date from your WordPress post?
However, this helps the visitor to know when the post was published or updated. Also, how old or new the post is.
In addition, WordPress posts also contain other metadata such as author, comment, tag, category, etc. If you do not need any of those metadata, you can easily hide them.
In this guide, I’ll show you how to remove the date from the WordPress posts.
So, let’s get started…
Brief Descriptions of The Content
How to Remove Date from WordPress Post
Some premium themes have options for removing date in a single page, archive page as well as home page. If this option is not available in your theme, do not worry. There are some ways to hide date from WordPress post.
1. Using Plugin
There are lots of free WordPress plugins available to remove dates from WordPress posts. However, you need to choose the best one that will work perfectly for you.
First, install and activate WP Meta and Date Remover plugin on your site. Once activated, this plugin works great and automatically remove metadata from your site.
2. From the WordPress Dashboard
This method is also very good for removing dates from WordPress posts. Go to Settings >> General. Here you will see the Date Format. Just select Custom and erase whatever, you will see there.

Then click on Save Changes. It will look like this.

3. CSS Method
This is the easiest method to hide meta elements (date, category, author, tags) from your WordPress single posts. Go to Appearance > Customize > Additional CSS and paste the following code.
.entry-meta .entry-date.published { display: none; }
I hope this article helped you hide the date from your WordPress posts. If you have any problem Let me know by leaving a comment below.
Find this article helpful? Don’t forget to share!
You May Also Like:
Leave a Reply