I am having trouble figuring how to limit an if statement.
{if a == "BLAH" && b == "BLAH BLAH"}Hello!{/if}I end up getting multiple returns. All I want is a single return. A limit of 1 that indicates that “yes, this if statement is true or exists”
Any help will be greatly appreciated.