Randomise & limit Category thumbs on homepage magento
问题 The following code simply displays the category thumbs for all subcategories in "category 12" im looking for a way to limit this number to 6 categories and have it be a random selection of those categories. <ul class="brand_list"> <?php $media = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA); ?> <?php $children = Mage::getModel('catalog/category')->getCategories(12); ?> <?php foreach ($children as $category): ?> <?php $category = Mage::getModel('catalog/category')->load($category-