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
Newbie Multiple News items
-
ostricized
Re: Newbie Multiple News items
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;
Specifying the category will display only the articles from the Youth Updates.
Hope this helps =)
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"}Hope this helps =)
Re: Newbie Multiple News items
thanks!!!!

