Hide Tags from Single Posts
-
I am using Independent Publisher theme. I cannot figure out how to hide the tags from the post. I did it on my old theme, so it might just be that this one doesn’t support it. On the list of blog posts, they are hidden, but when you click on a post, the tags are visible. Is there a way to hide them?
The blog I need help with is: (visible only to logged in users)
-
You can input the following CSS in order to get rid of tags. Hope this helps!
.tags-links { display: none; }
- The topic ‘Hide Tags from Single Posts’ is closed to new replies.