Hi,
I’ve created a channel called ‘Series.’ I have another channel called ‘Messages’ in which I have a relationship set to ‘Series.’ I have everything showing and working properly on the site.com/series page, however, I used some conditional statements with the {segment_#} parameter so that the URL’s can look like ‘site.com/series/seriesname’ instead of something like ‘site.com/series/view/seriesname’, all within the Series index template.
I have to, however, have a unique design for each ‘site.com/series/seriesname’ page. Here’s an example of how different the ‘Series’ pages can be:
1) http://www.woodlandschurch.tv/currentseries/weird/index.html
2) http://www.woodlandschurch.tv/currentseries/pinball/index.html
So my question is how can I have a different design for each page? Do I have to copy the entire html from each page and just use a global variable to have a different stylesheet for each, or is there a better way to do this?