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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -