I need to assign some tags to my posts (for external use), but I don’t want them showing anywhere that tags are listed. Can someone please give me an example as to how to do this?
Leave a Reply
You must be logged in to post a comment.
I need to assign some tags to my posts (for external use), but I don’t want them showing anywhere that tags are listed. Can someone please give me an example as to how to do this?
You must be logged in to post a comment.
this question is very old but i came across this need and i found an interesting solution that i wanted to share.
It is better to apply a filter to the tags and you won’t be afraid of missing points in your template where you show tags.
Use get_tags() instead of the_tags() in your templates