Magento – ( Static ) Show block only on homepage

Who wants to show only certain blocks on the HOME page of the Home Page so Magento Stores, can do this with a small code snippets. In header.phtml folder app / design / frontend / base / default / template / page / html in the default template is still simple: <?php if ($this->getIsHomePage()):?> <h1 class=”logo”><strong><?php echo $this->getLogoAlt() ?></strong><a href=”<?php echo $this->getUrl(”) ?>” title=”<?php echo $this->getLogoAlt() ?>” class =”logo”><img src =”<?php echo $this->getLogoSrc()…

Magento – Category Home

Wants to use it as a category in Magento Homepage, this can be relatively simple code on the line {{block type=”catalog/product_list” category_id=”[Your category ID]” template =”catalog/product/list.phtml”}} be made. This simply insert the contents of the CMS home page these stores (Important: Take care, that the WYSIWYG editor is not enabled!), save, CMS system under natural