php
$cats = Mage::getModel('catalog/category')->load(3)->getChildrenCategories();
?>
php foreach($cats as $category): ?>
- php echo $category->getUrl() ?>">php echo $category->getName() ?>
php endforeach; ?>
53. wordpress blog show on home page
http://fishpig.co.uk/wordpress-integration/docs/recent-posts-block.html
Extension :-
http://www.magentocommerce.com/magento-connect/wordpress-integration.html
-----------------------------------------------------------------------------------------------------------
No comments:
Post a Comment