Magento Blog

AheadWork
http://www.magentocommerce.com/magento-connect/blog-community-edition-by-aheadworks.html

Latest post in home page
http://www.entroducing.com/view/add-aheadworkss-blog-list-to-magento-home-page-or-any-cms-page
  1. Duplicate
    app\design\frontend\default\helloseasonal\template\aw_blog\blog.phtml
    to
    app\design\frontend\default\helloseasonal\template\aw_blog\bloghome.phtml
  2. Edit bloghome.phtml
  3. Optional: If you want to remove the pagination, remove the following occurrences
{{block type="blog/blog" name="blog" alias="list_blog" template="aw_blog/bloghome.phtml"}}
 
Or
 
 <?php
echo $this->getLayout()->createBlock('blog/blog')
    ->setTemplate('aw_blog/bloghome.phtml')
    ->toHtml();
?>