I’m trying to display an entry from one channel and then multiple entries from a different channel in one template:
{exp:channel:entries channel="projects" limit="1"}
...blah blah blah
{/exp:channel:entries}
{exp:channel:entries channel="other_stuff"}
...blah blah blah
{/exp:channel:entries}The content from “projects” is working but nothing gets displayed for “other_stuff”. What am I doing wrong? Why won’t “other_stuff” output in to this template?
Thanks for helping a newbie!