No that won't work unfortunately. I've tried that in the past and even made an array too in liquid. Only work around is the else
-
-
-
Yep, Jason is right. You need to use an else statement (or elsif).
Koniec rozmowy
Nowa rozmowa -
-
-
Not sure if anyone working at this late hour. But you can achieve the same with 2 separate if statements.
Dziękujemy. Twitter skorzysta z tych informacji, aby Twoja oś czasu bardziej Ci odpowiadała. CofnijCofnij
-
-
-
I'd try: {% if subscriber.tags contains "Customer 1" or subscriber.tags contains "Customer 2" %}
Dziękujemy. Twitter skorzysta z tych informacji, aby Twoja oś czasu bardziej Ci odpowiadała. CofnijCofnij
-
-
-
Hey Justin, not sure if you got a reply to this but it should work!
-
You'll want to separate it into two if else statements instead of an OR
Koniec rozmowy
Nowa rozmowa -
Wydaje się, że ładowanie zajmuje dużo czasu.
Twitter jest przeciążony lub wystąpił chwilowy problem. Spróbuj ponownie lub sprawdź status Twittera, aby uzyskać więcej informacji.
building
Wondering: can I identify multiple tags in Conditional Content?
For example:
{% if subscriber.tags contains "Customer1" or "Customer2" %}
Ref: