Is it possible to remove the name and day/time associated with posts?
-
If possible, then I would like to remove the name and day/time associated with posts to create more of a website than a blog.
The blog I need help with is: (visible only to logged in users)
-
Hi there. It depends from where you want to remove it.
It’s not possible to remove the date from the post URL. Period.
If your theme displays the date on posts themselves you can hide it using CSS, but you’ll need to Premium or Business upgrade to do that.
The code you’ll need for this change is:
.entry-date { display: none; }You can post in the CSS customisation forum for more help on this:
https://en.forums.wordpress.com/forum/css-customization#postformSee here for more info on the custom design upgrade:
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/
- The topic ‘Is it possible to remove the name and day/time associated with posts?’ is closed to new replies.