So there was a bug in the State Of Mind theme that caused the menu bar to go all off kilter. The cause was an issue with the different way that navigation is handled between wp 2.6 and wp 2.7. The good news is that it’s fixed and an updated version is, as of today now available for download from the Theme Directory. So if you have the old version (1.1) and you’re having this problem, download the new version (1.2) for the fix.
Welcome To The Cloisters!
I've been using WordPress for about 3 years and after taking advantage of all the great stuff available I decided it was time to give back. These themes are my contribution to the WordPress community. Thanks for stopping by! :DInternet Goodies




Mina, thank you for beautyfull State-Of-Mind theme!
Wondering, is there a way to sort menu by page order? Can I do something myself by php?
Alexander,
Go into Admin >> Appearances >> Editor >> menu.php and find these lines (you may only have one…that’s okay):
< ?php wp_page_menu ('show_home=1&depth=1&title_li='); ?>< ?php wp_list_pages('depth=1&title_li='); ?>And add this code:
sort_column=menu_order&directly before&title_li=That should sort the menu items according to how you set their page order in the post editor screen.
Mina, I have two lines (probably because I have latest version of theme – 1.2) and put your code to them and it worked!
Thank you!