1
By default, the option "Select the number of news items to display on top page" is also used to feed the RSS page.
In backendt.php it is :
$newsnumber = nw_getmoduleoption('storyhome', NW_MODULE_DIR_NAME);
Is there a solution to display xx articles on RSS page (ex : I would like 5 articles on index page and 10 on rss page).
Thanks
----
Sorry, response is very simple
Replace : $newsnumber = nw_getmoduleoption('storyhome', NW_MODULE_DIR_NAME);
By : $newsnumber = 'xx';