Hi,
I’ve got a page where I want to display entries of 3 or more channels by date.
I use pipes.
But .... 2 of those channels I just want to display 1 entry and 1 channel I want to display all entries.
I just need something so I can ask if this is channel A or B display 1 entry.
{exp:channel:entries channel="A|B|C" orderby="date" sort="desc" limit="9" paginate="bottom" }
{if channel == "A" OR channel == "B" } just display 1 entry
{text}
{if:else}
{text}
{/if}
{/exp:channel:entries}I tried to give a status but hat didn’t work.
Please can someone help
greetings,
Franka