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

Magento – Home Administration Area – 404 Error

After logging into the admin area is called the default. Dashboard or the Overview display. Now it could be, that e.g.. after an update or after uninstalling an extension of the 404er error (404 ERROR Page not found) is displayed. It may be, that “only” The default home page was changed after logging in….