How to remove "posted on date" text from post
-
Using WordPress.com for design portfolio, so date stamp for when images are posted is not needed, but how do you remove/hide it? I am using Mixfolio theme.
-
You will need to purchase an annually renewable custom design upgrade and then do the required CSS editing.
-
I’m also using Mixfolio and trying to do the same thing. I’ve upgraded, but am struggling to find the appropriate CSS to hide them.
I attempted:
‘.postdate {
display:none;
}’
But to no avail. -
Ah, now I see that is removing the post dates on the rollover of the featured images on the homepage.
Here’s what you need to remove the date within the post:
.entry-meta { display:none; }
- The topic ‘How to remove "posted on date" text from post’ is closed to new replies.