How to only display tags (and not categories) at bottom of posts?
-
Hello all,
I’m wondering how to remove the Categories section at the bottom of my blog posts. I would like to keep tags displayed, but not categories, since I only use tags to organize my posts. The “posted in Uncategorized” is a bit redundant and annoying at the moment.
I’m using the Twenty Ten theme.
Can anyone help me?
The blog I need help with is: (visible only to logged in users)
-
We always need a link, starting with http, to the blog you’re talking about. That way we can see it and make exact recommendations.
-
-
It would require modification of the CSS which requires the Custom Design Upgrade. You can use the preview function at appearance > custom design > CSS and put in the following and then click the preview button to see how it looks.
.cat-links { display: none; }Note that being able to remove the categories separately from the other post metadata (tags, author, date, leave a comment link) is theme specific. In some themes it can be done and in some it cannot (everything goes).
-
Oops, forgot the link to the Custom Design Upgrade.
-
-
-
Why don’t you simply use categories instead of tags? The Categories and Category cloud widgets are better than theTag Cloud widget, and there’s no advantage to using tags instead of categories as far as search engines and the global wp.com tag pages are concerned.
- The topic ‘How to only display tags (and not categories) at bottom of posts?’ is closed to new replies.