Hi,
I have a post type : Brand
This post type has a taxonomy : Sport
So i want to be able to show icons of sport according of terms of the post. So if Reebok has terms hockey, football i want to show an icon
if i use :
[wpv-if evaluate="'[wpv-post-taxonomy type="sports" separator="" format="text"]' = 'Hockey'"]
<img></img>
[/wpv-if]
Thats working if i only have Hockey, but if i have multiple terms that don't work…
How to make it work?
Thanks