How do I order subpages within my static ones in WordPress.org 2.8.4?

I already applied a custom order for the toplevel navigation of my page, but it doesn’t automatically sort the submenus alphabetically, although i assumed this behavior:

Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in. (We know this is a little janky, it’ll be better in future releases.)

I implemented the navigation using this line of code:

Read More
<?php wp_page_menu( 'sort_column=menu_order' ); ?>

Finally, do I really have to go and manually order my static pages, or should i manually program the order of the menu items?

Related posts

Leave a Reply

2 comments