how to add Home menu in magento home page -


how add home menu in magento home page. add code in location magento\app\design\frontend\default\grayscale\template\catalog\navigation

<li>   <a href="<?php echo $this->geturl('') ?>">     <?php echo $this->__('home'); ?>   </a> </li> 

but home menu not displayed on home page of magento

you have keep categories want display in menu under root directory.

there may more cases possible on why menu not appearing.

please consider following these guides : http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/catalog/enable_top_menu_navigation

http://www.atwix.com/magento/how-to-add-a-new-item-to-the-navigation-menu/

http://www.youtube.com/watch?v=w4z1ryyfhhu


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -