Hi I have a small problem with my top menu pages order. Menu is a dropdown (multi level one). Now on the first level (undropped), i have menu_order which I set inside the CMS when creating a page. But for order levels a.k.a. subpages, I left 0 at each and every page, because I wanted them to be ordered alphabetically. But they are not, it seem that they are order by the date of creation... How can I change that? So once again, I want first lever/pages to be order as I set them to be and I want all other levels/subpages to be orderd alphabetically. Thank you very much for your help!
you can either fix the problem via a plug int or the easier way is to adjust the publish date of each page. Its that simple
Just use the WP menu settings that is already included in 3.0. You can drag and drop your menu in what ever order you wish...sub menus too.
I realld don't want to set it all by hand... there will be like few 100 pages... there must be a way to do it automatically?
try this.... alphabetising wordpress .... i would say it would work for wp_list_posts or whatever function it is to call it... add something like "&orderby=title"
nope, that doesn't work, because I have pages and first level must be orderd by menu_order anyway, I did it manually now Thank you all for trying to help!
I was going to suggest manually like 1,2,3... and you are right, if you have 100 pages that would take some time. Glad you got the problem solved.