Greetings,
Is this possible to do…
I’m looping through entries based on the category they are in. When it reaches the entry titled “What We Do”, I want it to process the code in the if statement. How can I use the {title} variable in the entries tag in my if statement? I know for sure one of the entries in the loop is titled “What We Believe”, but it doesn’t show up under the entry titled “What We Believe” on output.
{exp:channel:entries category="13" dynamic="no"}
{title}
{if "{title}” == “what we believe”}
do this….
{/if}
{/exp:channel:entries}
Thanks in advance