Page 1 of 1

Newbie Multiple News items

Posted: Wed Nov 08, 2006 5:26 pm
by yorgi63
I looked around before posting this so my sincere apologies if this has been answered elsewhere.

If I want the site to have mulitple news sections. In other words the front page may be one "latest news" section while there may be a opage called "youth updates" as another news section.

How do i accomplish this? Is seems when I update the news I can't tell it to just add it to one area or another. I am sure this is something that has come up.

Thanks in advance
Yorgi

Re: Newbie Multiple News items

Posted: Wed Nov 08, 2006 5:50 pm
by ostricized
Hi Yorgi,

1. First step is create a new 'news' category. (I assume you have done this already)
2. On the page you create for any additional news categories, you can add the following code;

Code: Select all

{cms_module module="news" category="youth updates"}
Specifying the category will display only the articles from the Youth Updates.

Hope this helps =)

Re: Newbie Multiple News items

Posted: Wed Nov 08, 2006 5:57 pm
by yorgi63
thanks!!!!