I got your ticket in support, thanks for posting this here.
This is pretty easy to achieve. Open news.xml.config file in {root}/XMLPackages folder, then do this change:
from:
Code:
<queryparam paramname="@NumHomeNewsToDisplay" paramtype="runtime" requestparamname="NumHomeNewsToDisplay" sqlDataType="int" defvalue="3" validationpattern="" />
to:
Code:
<queryparam paramname="@NumHomeNewsToDisplay" paramtype="runtime" requestparamname="NumHomeNewsToDisplay" sqlDataType="int" defvalue="5" validationpattern="" />
defvalue - adjust this according to the number of news summary you want to display on the home page.