The site that I am working on had a requirement to list 5 of the Best Seller products inside a CMS page.

Magento can out-the-box inject category lists into CMS pages, but there is no built-in-way to limit the product count.

This article describes how I did this, with only using an observer / event, using the core Product List functionality. Thus no new blocks, no new templates.  

Read More