Limit Number of Products Shown on Pages Limit Number of Products Shown on Pages Source code <?php $collection = Mage::getModel('...')->getCollection(); $collection->getSelect()->limit(20); ?>