I am working on my first Magento project. I want to display new products to the home page
I have researched and added this code
{{block type="catalog/product_new" column_count="6" products_count="3" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
And it worked until I added products from a category to same home page. Code is
{{block type="catalog/product_list" category_id="8" template="catalog/product/bestlist.phtml"}}
Now it shows products from category but not new products. I have disabled cache and also flushed all the existing cache.
I have tried and checked many ways but coulnt figure it out.
Can some body help me with a solution for this please?
PS: I am using latest version of magento 1.7.X
Thanks in advance,
Kiran