Newbie Multiple News items

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Newbie Multiple News items

Post 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
ostricized

Re: Newbie Multiple News items

Post 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 =)
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Newbie Multiple News items

Post by yorgi63 »

thanks!!!!
Post Reply

Return to “CMSMS Core”