How to limit the number of products shown with in the new products block? via cms/pages/design/Layout update XML
Try
5
See /app/code/core/Mage/Catalog/Block/Product/New.php
/**
* Set how much product should be displayed at once.
*
* @param $count
* @return Mage_Catalog_Block_Product_New
*/
public function setProductsCount($count)
{
$this->_productsCount = $count;
return $this;
}
Read more @ http://www.magentocommerce.com/wiki/groups/248/display_products_on_home_page