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}