[solved] News module only showing articles in "General"
Posted: Mon Nov 15, 2010 7:25 pm
First I would like to tell you that I am a newbie to CMS in general and also of course to CMSMS. I have tried to search but I don't find what I am looking for.
I installed CMSMS 1.9 with NEWS 2.11
I use this template to show the headlines of my news:
I installed CMSMS 1.9 with NEWS 2.11
I use this template to show the headlines of my news:
This only shows the nes from the category "General" and why is that? Where do I set wich category to show?
{foreach from=$items item=entry}
{if $entry->postdate}
{$entry->postdate|cms_date_format} - {$entry->category}
{/if}
moreurl}" title="{$entry->title|cms_escape:htmlall}">{$entry->title|cms_escape}
{/foreach}