I’m really confused about using if:else. I’m assuming I need to put the statement inside the weblog tag. But if I want to show alternative text if there are no entries in that weblog what should I put? I’ve tried using:
{if total_entries < 1}
There are no entries
{if:else}
These are the entries.
{/if}But I get no results at all.
Thanks for any help.