Page 1 of 1

Use multiple Summary News Templates on home page?

Posted: Tue Dec 09, 2008 5:58 pm
by virtualbrian
Hello all I am new to CMS Made Simple and have found it to be just what it says it is. Also, my client loves it.

I've been able to make all of my template mods and everything is working great.

I've got one question/problem that I can't seem to fix.

I've created multiple News categories. I have articles in each category. I want to display the summary of each category on the home page of my site. BUT I want to use different Summary templates because I would like to display the summaries lightly different for each News category.

So here is my question. Is it possible to apply different summary templates to different News elements on the same page. If so, how would I go about doing this?

Thanks in advance. I think I'm just skipping something that is probably obvious.  ???

Re: Use multiple Summary News Templates on home page?

Posted: Wed Dec 10, 2008 4:35 am
by webform
Try using summarytemplate and category in your module call and insert a news tag for each category you want:

Code: Select all

{news summarytemplate='mytemplate' category='mycategory'}
See the News module help for more parameters!

Re: Use multiple Summary News Templates on home page?

Posted: Sun Dec 14, 2008 6:33 am
by virtualbrian
I knew it was gong to be something easy that I looked over. Thanks for the help!