How do I delete the date and time stamp?
-
Hello, I am having trouble on removing the date and time stamp on my posts/pages. Any help would be greatly appreciated.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Are you referring to the post information shown here?
The only way to remove that from your site would be through using CSS, which would require the Custom Design upgrade (part of the Premium bundle):
If you would like, you can give that a free two week trial here:
https://demiguelssalon.wordpress.com/wp-admin/paid-upgrades.php
Just click “Try Now” from that page.
Once you have the Premium bundle trial activated, you’ll want to use the following CSS code under Appearance -> Customize -> CSS:
div.entry-meta { display: none; }
- The topic ‘How do I delete the date and time stamp?’ is closed to new replies.