how to remove the date and hour from the posts and articles?
-
Hi I would like to remove date and hour from posts and articles?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use Custom CSS to remove the date from your posts. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools.
In the CSS editor, you can enter the following CSS:
.entry-date { display: none; }Let me know how that works for you. :)
If you’d like to learn more about using CSS to customize your site, we have tips for getting started here:
If you have CSS questions, you can post them in the CSS Customization forum to get answers from staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization -
-
-
- The topic ‘how to remove the date and hour from the posts and articles?’ is closed to new replies.