Monday 9 December 2013

How to add home link to magento menu bar

How to add home link to magento menu bar?

Slight Improvement on either alternative or original method: Add class="level-top" to <a></a> for home link if you are using background image for active link but do not want it to show up in sub menus.
 
<a class="level-top" href="<?php echo $this->getUrl('')?>"><?php echo $this->__('Home') ?></a>

HOPE THIS HELPS … If not please feel free to delete.