Hi guys.
Just wondering - can I hide the tags on my posts?
Thanks :)
The blog I need help with is justgetthrough.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 guys.
Just wondering - can I hide the tags on my posts?
Thanks :)
The blog I need help with is justgetthrough.wordpress.com.
Yes, you can purchase a custom design upgrade and do the required CSS editing to move the Tags.
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/
Important note: CSS editing is theme dependent. In some themes, categories and/or tags cannot be hidden independently, as they are in the same selector as the other meta data elements such as author, date, and perhaps even the “leave a comment” link, which means if you hide one, then you hide them all.
Twenty Ten
The following will get rid of everything except for the “leave a comment” link.
.entry-utility .cat-links, .entry-utility .meta-sep, .entry-utility .tag-links {
display: none;
}
ah ok. Thank you
You're welcome.
This topic has been closed to new replies.