I tried the following, but it didn’t work.
[if field=number value>5]Big[/if]
Have I understood the syntax correctly?
Try [if field=number value=5 compare=>] or compare=more.
Thank you!
These work:
[if field=number value=5 compare=>]
[if field=number value=5 compare=”>=”]
[if field=number value=5 compare=”<=”]
[if field=number value=5 compare=more]
[if field=number value=5 compare=%] (I think this works as a Modulus operator)
This does not
[if field=number value=5 compare=”<=”] (opening html tag)
I now note that the “loop” section mentions:
compare – equal (default), not, more, less, or operator like < and >. If using taxonomy compare at the same time, use field_compare