Sunday 8 January 2012

Add an active HOME menu link to Magento navigation

Magento main navigation bar doesn’t add a Home menu item to its code, so we had to hardcore it into it.

Just find the relevant phtml file. On most cases, its here,

app/design/frontend/default/your-template/template/catalog/navigation/top.phtml

Just find where the UL list of the menu code starts.
Just inside it, place this code,

1 comment:

  1. Hi. Our team has article on the similar topic posted here http://www.atwix.com/magento/how-to-add-a-new-item-to-the-navigation-menu/

    It can be useful information

    ReplyDelete