What I’m doing seems like it should be so simple..but I can’t get it to work.
Showing news entries on a page using a channel entries tag. If the entry has a summary tag, show this formatting. If the entry has this category, show this formatting. Finally, if the above are not true, show this formatting.
{exp:channel:entries channel="news" entry_id="not 3084" orderby="date" sort="desc" limit="10" paginate="bottom" disable="member_data"}
{if news_summary}
Show this stuff
{if:elseif category == 28}
Show stuff this way
{if:else}
None of the above must be true!
{/if}The problem is that “category 28” items are not showing up the correct way..they are showing up as the last conditional.