Hi,
I am testing a bit with wu wei theme and I was wondering ...how can I remove the date from the posts?
Thank you
L
p.s.
of course I have customs css
The blog I need help with is artiseverywhere.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi,
I am testing a bit with wu wei theme and I was wondering ...how can I remove the date from the posts?
Thank you
L
p.s.
of course I have customs css
The blog I need help with is artiseverywhere.wordpress.com.
This blog linked to your username is not a free hosted WordPress.com blog http://www.serraglia.com/ Please provide an active link starting with http:// to the free hosted WordPress.com blog in question.
I don´t know why it is linked that website, but this is my blog
http://artiseverywhere.wordpress.com/
I am testing wu wei and I woudn´t change it before to active it.....
thx!
All the metadata (date, categories and "leave a comment" link are under one selector in the CSS so it is all or nothing. The following is the "all."
.post-metadata {
display: none;
}
This topic has been closed to new replies.