How do I hide the tags from posts
-
Is it possible to hide the tags from my posts? I only want the categories to show.
Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
-
Thanks, but I don’t think I want to remove the tags. I only want to hide them from the posts. So I don’t want somebody who is reading my posts to see the tags…I only want them to see the categories. Is that possible?
-
I thought so (that, you don’t want to remove tags on the post) . :-)
Could you try this CSS:
footer.entry-meta { visibility:hidden; } footer.entry-meta a[rel="category tag"]{ visibility: visible; } footer.entry-meta a[rel="category tag"]:before{ content:", " } footer.entry-meta a[rel="category tag"]:nth-of-type(1)::before { content:"Posted In: "; font-weight:bold; } -
- The topic ‘How do I hide the tags from posts’ is closed to new replies.