Remove tags from all posts in Theme: Coraline by Automattic.
-
Hello,
How do I remove post tags from all my posts? I am using the Theme: Coraline by Automattic.
Thanks,
Baochi
The blog I need help with is thebaochi.com.
So I used the following CSS code to remove tags from the homepage:
.tag-links {
display:none;
}
However, I would also like to remove tags (but keep categories) from individual posts, as well.
Thanks!
Baochi
Unfortunately the tags do not have a separate selector on the single post page, The cats and tags are all under one selector. It is all or nothing. The following gets rid of them all including the “bookmark the permalink.”
.entry-info {
display: none;
}
You are so on the ball! Thank you!
Okay, that worked. But I do wish there was a way to label the category of each post so it’s visible. No way, huh?
Ok, thanks!
Unfortunately, no there is not. The cats, tags and the permalink bookmark at the end are all lumped together.
The topic ‘Remove tags from all posts in Theme: Coraline by Automattic.’ is closed to new replies.