Hey all,
Noob here. We are trying to wrap our heads around the best way to build out this site that we have. It’s essentially 50 - 60 pages and each page would display just one entry. From what I can tell this means we need to utilize the Channel Entries tag as such:
{exp:channel:entries channel="news" limit="1"}The problem is that I’m not aware of a way to dynamically populate the “channel” parameter. Is there any way to pull this in dynamically? I’m thinking the only way is to pass the channel name into the URL and parse it that way?
Also, with this setup is it really required that we create a new channel every time we create a new page?