[gh_has_tags] Shortcode
You can use this shortcode to display content that is dependent on whether the current visitor has specific tags.
Pass one or more tag IDs to the shortcode. This will require that the contact has all the given tags to display the content.
[gh_has_tags tags="1,2,3"] Show this content if the visitor has the given tags.[/gh_has_tags]
You can also specify if that contact only needs one of the given tags to show the content by adding the has
attribute with the value of any
.
[gh_has_tags tags="1,2,3" has="any"] Show this content if the visitor does have all of the given tags.[/gh_has_tags]
You can use this shortcode in emails as well to show specific email content to contacts.