I want to create a subtitle option for menu items in Joomla (an alternate layout), so a menu item displays with its title and subtitle. I imagine this can be done in many ways, including:
1) Altering menu item layout in Joomla and adding a subtitle input field, telling Joomla to display this subtitle field in the menus that I wish to display it in.
2) Entering the subtitle directly in the current menu item title field and getting Joomla to render this as a separate title (subtitle).
I am sure there are more ways and pros or cons for all. I reckon going for option 2 would be the easiest. In option 2 the input in the menu item manager can be:
Menu Item title: blablabla || yadayadayada
Joomla needs to reckognize the pipes as seperator between menu item title and menu item subtitle and render them seperately so I can style them.
I am really noob in php. Could anyone point me in the right direction on how to construct this override?
Any help is highly appreciated.
/nitro29