Styled Blog List #1

Here is the sample of the styled blog list with customized left sidebar. Build amazing styled blog lists with Scalia's top-notch blog styles!
Generate Category Tree in Magento

<?php $rootDir = “”; //include root path include($rootDir.”app/Mage.php”); $rootcatId= Mage::app()->getStore()->getRootCategoryId(); $categories = Mage::getModel(‘catalog/category’)->getCategories($rootcatId); function  get_categories($categories) {     $array= ‘<ul>’;…

1 21 22 23 53