How do I remove the date from my blog posts?
-
Hi, I want to find out how to remove the date from my blog. The theme I am using is Janice.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
You could hide the date using custom CSS, however that requires an upgrade that gives you Custom Design, like the Premium upgrade.
If you decide to upgrade, you would add this code in Customize > CSS:
.entry-meta span.posted-on { display: none; }Right now you can go to Customize > Custom Design and click Try Now to try out the code to see how it works. (It won’t save on your site without an upgrade, but you can preview it.)
Or if you’d rather not upgrade, you could check out the other date format options to have the date display differently on your site here: https://blckgrltalkdotcom.wordpress.com/wp-admin/options-general.php
Let me know if you have any questions! :)
-
-
- The topic ‘How do I remove the date from my blog posts?’ is closed to new replies.