In the past I have used Pages to map my url structure to my content. I don’t think that is the best way to do it (the Pages uri and url are confusing for end users) so I want to figure out how to not use Pages. I have these urls:
mydomain/cats/page1
mydomain/cats/page2
mydomain/dogs/page1
mydomain/dogs/page2
I want cats to be a channel and dogs to be a different channel. Basically, I will have a channel for each main nav area. Tell me if that is a silly way to organize my content. It makes sense to me and end users.
All the pages for cats, dogs, fish, etc have the same layout. So I want them to use the same template group (and it is not the same as the home page, home has its own template).
Since urls are by definition mydomain/template_group/template, I’m stumped how to get cats and dogs to both use the same template.
Thanks.