I have set up two sets of templates (summary and detail) in the news module. This is so for standard news items I can call my news template but for testimonials (which I want to add via news) I can call a separate template.
This is working fine for the summary templates the two calls I have for the articles into the page are
Code: Select all
{news number='10' category='Testimonials' summarytemplate="cwstestimonial" detailtemplate="cwstestimonial"}
and
Code: Select all
{news number='10' category='General' summarytemplate="cwsnews" detailtemplate="cwsnews"}
However the detail template always calls in the detail template default setting.
Am I missing something really simple please? Anyone give me a clue as to how I can fix this.
The site is running with Pretty URLS could this be causing this issue?
Many Thanks
Vanessa