I'm trying to do something with the news module.
I've have a main category called '2006' and some children called 'Jan', 'Feb', ...
On my homepage, I would like to show the last 6 news of the category '2006' so I wrote this but it does not work:
Does anyone got an idea to print the last news of my category called '2006'?{cms_module module='news' category='2006' summarytemplate='my_template.tpl' number='6'}
Alex