Magento 1.9 – How to Display Products on Home Page from a Category

categorymagento-1.9rwd

I use the following widget to display products on the home page for new products

<p>{{widget type="catalog/product_widget_new" display_type="new_products" products_count="10" template="catalog/product/widget/new/content/new_grid.phtml"}}</p>

How do I list products from a category under this?

I have tried using this:

{{block type="catalog/product_list" column_count="4" category_id="7" template="catalog/product/list.phtml"}}

but it doesn't do anything?

Best Answer

Magento 1.9 adds some permissions feature about including blocks in CMS content

Check this Product list by category in CMS page