Is it possible to hide specific tags from the tag list?

I have tags showing on my archive page and also my main page. I'm experimenting with using tags to help me build a custom RSS feed. I would like to exclude these tags from the Popular Tags list and even from the post itself. Ideally, these tags would be internal for me to use but not visible to the user.

Is this possible?

1 replies

Yes, it's a little cumbersome but you could use some CSS you can target your tag list to say hide the tag 'Apple':

a[href="/tagged/apple"] { display:none }

You might want to adjust the selectors based on the specifics of your template. Does that help?

Answered 4 days ago · Improve this answer

Markdown allowed
Question or feedback?
Contact us

Tags

developers 45 questions bug 21 questions posts 20 questions templates 14 questions resolved 10 questions how 9 questions meta 9 questions metadata 8 questions request 7 questions markdown 6 questions More tags →
Subscribe for changes
RSS Feed of latest questions