Remove tags
-
Hi,
I used this formula to remove the tags from all the posts, but then the categories on top disappear. I Need only the tags to be removed.
.hentry .entry-meta {
display: none;
}The blog I need help with is: (visible only to logged in users)
-
Trying using this instead, it will target the tags directly rather than all the entry meta (tags, categories etc):
.entry-footer .tag-links { display: none; } -
- The topic ‘Remove tags’ is closed to new replies.