My understanding was that the template would be referenced in the calling {news} statement to tell the detail page what template to use - but this does not happen!? Here is what I put and a brief descriiption...
My homepage has the three latest news articles in summary form using the following:
Code: Select all
{news summarytemplate='mws_summary' number='3' detailpage='our-blog' moretext='Read more'}
Code: Select all
{news summarytemplate='mws_summary' number='3' detailpage='our-blog' detailtemplate='mws_blogdetail' moretext='Read more'}
I am currently running this on CMSms 1.5.2 using pretty-urls (htaccess method).
I have had a search through the forums and documentation but without any success, can someone let me know what it is I am doing wrong??

