Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

How to Remove Date from Your WordPress Posts

Дата публикации: 30-03-2020 13:37:51

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.

Основное содержимое страницы с новостью.

How to Remove Date from Your WordPress Posts

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:

  • From WordPress dashboard
  • Removing date with the plugin
  • Removing date with CSS
From WordPress Dashboard

This is an extremely easy and quick method to remove date from posts in WordPress.

Remove-date-from-posts-via-dashboard
  • Go to Settings > General.
  • Then scroll down to date and time format section.
  • Now, click on custom and delete the content of the box adjacent to it, as shown in figure.
  • Hit on the save button to implement the change.

 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 Plugin

We 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. 

  • Before we start, install and activate the plugin.
  • Then navigate to Settings → WP meta and data remover.
  • Click on the enable slider to enable the plugin’s individual option.
hide-date-from-WordPress-posts
  • Enabling the PHP option will allow you to remove the author and date from the backend permanently.
  • Similarly, enabling the CSS option will hide the date, including all text and icons, from the metadata using CSS.
  • Once you have finished choosing options, scroll down and click on save changes.
Removing date with CSS

This method is useful to remove not only author and date but also other metadata like comments, categories, tags, etc.

  • Log in to your WordPress dashboard.
  • Navigate to Appearance → Customize → Additional CSS.
  • Copy-paste the following code. I have tested this code on default themes and it works just fine.
  • Finally, click on publish to save the changes you made.
.entry-meta .entry-date.published {
display: none;
}

Or you can also try the alternative code given below.

.entry-meta {
display: none;
}
remove-date-using-CSS

And you’re done! You have successfully removed date and author from the WordPress post.

Final Thought

Now 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.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1How to Clear WordPress Cache easily: Easy guide06.5706-01-2020
2WordPress Security Updates That Will Save You in 2026013.420-06-2025
3How to safely delete a WordPress site without losing data05.7529-07-2026
46 Signs Your Website Is Driving Customers Away (and What to Do Instead)05.9310-08-2026
5How to Start a Blog on Blogger vs WordPress: Which One is Right for You? #blogging06.2504-09-2025
6X-post: WordPress Credits Updates0229-06-2026
7Boosting WooCommerce Sales with AI-Driven Personalization Plugins #ecommerce #wordpress012.8424-10-2025
8Abgelaufener Tee: So lange ist er noch genießbar06.3121-05-2026
9Оставить нельзя выбросить: когда пора избавляться от живой новогодней елки0520-01-2026

Классификация: Мнения. Схожих патентов: 0. Схожих новостей: 9. Тональность: 0. Информативность: 5.29. Источник: wpallresources.com.