I am building a site with EE and was wondering what peoples thoughts are on the situation I have.
Basically I have 3 different channels with similar data that when viewed need to be shown on the same template. So I have a channel for news, artists, and products. When I click on an item in any one of those channels I need to show that data in the same template regardless.
There are 2 ways I can think of to do this but was wondering if anyone had a more elegant solution.
Thanks
Typically you would either embed templates or use snippets to overcome this.
For my solutions I have a template group named global_embeds which serves as a container for template views I'd like to reuse. This could be the head part and footer part of my general page layout.
Then a snippet for some of the more trivial stuff (like item displaying).