Hi experts,
I am really new to wordpress and I'm already stuck with the menu. I do not want all those ids and classes printed out with the menu's ul and li. I never use them, this is a waste of bytes. The container should look like this <div id='menu'>, but the class part is not removable. I even looked this up in the wordpress source code.
In short: can I buid up the menu manually just by iterating through the nodes? This would be the easiest solution I think.
A different problem (not important but annoying) is that creating a custom Menu requires admin rights. Different editors are creating and writing many pages, because I use wordpress as CMS. But I dont want to grant all of them admin rights. What to do?