I want to display the latest entry on the front page but sometime it’s a movie and sometime a text in differt channels how can I redirect to necessary code
What kind of if code I must use or must I check of a field in a entry is used
{if} ... last entry is in bloghouse display:
{exp:channel:entries channel="bloghouse" disable="member_data|pagination" sort="desc" limit="1"}
display bloghouse - this bloghouse source
{/exp:channel:entries}
{else if} ... last entry is in moviehouse display:
{exp:channel:entries channel="moviehouse" disable="member_data|pagination" sort="desc" limit="1"}
display moviehouse - this moviehouse source
{/exp:channel:entries}Greetings