Magento – How to create a sub menu item without creating a category

magento-1.9menusubmenu

I would like to create a dummy submenu like the following without creating a category, since creating a category will result in a url. under the dummy submenu i will have real categories

 dummy submenu
      sports wear
      Golf equipments
      etc...

Best Answer

this question answer is completely depand on the theme but I will give you answer as RWD theme.

you can directly change phtml file for this and add extra ul/li structure for your requirement. in rwd theme this file located in app/design/frontend/rwd/default/template/page/html/topmenu.phtml

for your custom theme you can enable template path hint from admin side and check from which file this menu is coming and change that phtml file directly.

Hope this will help you.