Remove dates from blog posts
-
I do not see an editor page to make changes to. Does anyone know how to remove dates from blog posts?
The blog I need help with is: (visible only to logged in users)
-
Hi there –
I take it that you want to remove the dates from individual post pages as well (in addition to the category and archive pages)? Using the CSS code below will allow you to do that while at the same time keeping the name of the author visible. Let me know if that works for you!
.entry-meta .entry-date { display: none; } .entry-meta a { display: none; } .byline a { display: inline; }Reference:
http://en.support.wordpress.com/custom-design/editing-css/
- The topic ‘Remove dates from blog posts’ is closed to new replies.