I’m having trouble getting a conditional statement to work to display text. Here’s what I’m trying to use:
{if entry_date format="%l" == "Thursday"}
<h1>Hope everyone enjoyed the party yesterday!</h1>
{/if}
I want to evaluate whether the entry date is a Thursday and if it is, then I want to display the text above. But when I use the above coding, the page doesn’t even display. Can someone tell me what I’m doing wrong?
Thanks