I have ordered the menu item list adding this code to page.template.menu.php: 'orderby'=> 'ID','order' => 'ASC',
Now the items are listed by ID in this way: Id 50, Id 51, Id 52, etc…
It works well in the main main menu page (Menu Template), but if I link in the wordpress menu the categories of Menu Restaurant, the items are listed in the reverse order: Id 52, Id 51, Id 50, etc..
How canI solve it?
Thanks a lot