If you have a taxonomy called services
, and that array looks like this:
services: ['design', 'development', 'wooing']
...Is there any way of doing this:
{{ if services == "wooing" }}
do something
{{ endif }}
If you have a taxonomy called services
, and that array looks like this:
services: ['design', 'development', 'wooing']
...Is there any way of doing this:
{{ if services == "wooing" }}
do something
{{ endif }}