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
<?php
echo $this->getLayout()->createBlock('blog/blog')
->setTemplate('aw_blog/bloghome.phtml')
->toHtml();
?>
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
- Duplicate
app\design\frontend\default\helloseasonal\template\aw_blog\blog.phtml
to
app\design\frontend\default\helloseasonal\template\aw_blog\bloghome.phtml - Edit bloghome.phtml
- 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
echo $this->getLayout()->createBlock('blog/blog')
->setTemplate('aw_blog/bloghome.phtml')
->toHtml();
?>