Menu issue in State Of Mind

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.

About Mina

I'm just a regular person who spends her days at work on the computer and comes home and spends her evenings on the computer. I've been using WordPress for over 3 years and after enjoying all the WP community has to offer I've decided it's time for me to give back. This is my humble attempt at that.
This entry was posted in Site News and tagged , , , , , . Bookmark the permalink.

3 Responses to Menu issue in State Of Mind

  1. Alexander says:

    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?

  2. Mina says:

    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.

  3. Alexander says:

    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!