EE seems to be great at having many different pages with completly different layouts. In EE every single page can look different due to its templates. However, there’s one thing I don’t like and I hope I just haven’t found a solution for yet.
Menu entries seem to have to be hardcoded into the templates, don’t they? Let’s say I have 50 pages using about 15 different templates to dynamically output the content. Well, let’s say I have a navigation element called home at the top left corner of every single template. Now I decide that I want this to be called “News” instead of “Home”.
In every other CMS I know, I have some sort of menu editor that simply let’s me create navigational menus that can then be called in templates/called in module positions or whatsoever… So in other CMS there’s one central place where I can change menu items which are then applied to every page/template on which that particular menu is called.
Am I right that in EE I would have to manually alter every freakin’ single template if all I want to do is only change one button in a menu that’s called on every template?
Is there a way to create a menu once and include it in a template? So that if I ever need to change something regarding that menu I will only have to do it once since it is only one menu that is used in many templates instead of many templates with their own navigation?
Thanks for your help.