Your sites Log in Sign up Menu

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?


a year ago, 1 replies   developers   tags   Improve this question

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 a year ago ยท Improve this answer

Privacy Terms