How to remove the date from the articles I publish on the blog?

We’ve got you covered. All you have to do to remove the date (also known as timestamp) is to copy-paste a CSS snippet in the right place. Please make sure you select the content according to the WordPress theme that hosts your website.

Log in into your Dashboard and go to Appearance → Customize → Additional CSS and introduce the following CSS snippet, click Save and refresh your website.

.entry-date { display: none; }

Depending on your theme, you might want to remove the ”/” between the author’s name and the data. In order to do so, please copy-paste the following CSS snippet next to the previous one (please don’t delete the initial code):

.cat-links:before { content: "" !important; }

Updated on December 7, 2021

Can't find what you’re looking for? Ask a human.

We're a small team of real people providing real help. Send us an email at [email protected] and we will give you a helping hand.