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,
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,
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/
ReplyDeleteIt can be useful information