I want to conditionally format posts based on a tag.
How can I obtain a list of tags into a PHP variable for the current post?
I know how to *display* a list of tags on a post. Just not how to get them into a variable so I can search the list.
I want to conditionally format posts based on a tag.
How can I obtain a list of tags into a PHP variable for the current post?
I know how to *display* a list of tags on a post. Just not how to get them into a variable so I can search the list.
Take a look at Template_Tags/get_the_tags
This topic has been closed to new replies.