Yeah that's really what I'm looking for too.
I tried changing
HTML Code:
if ($only_first) {
$query .= " LIMIT 1";
}
to
HTML Code:
if ($only_first) {
$query .= " LIMIT 5";
}
in modules/news_management/func.php as suggested in a previous post, but it had no effect!