• I’m using the Juggernaut theme and it creates your top menu bar header by categories not pages. The problem is it puts them in ABC order, so Contact, News, Podcast…I want it to be News, Podcast, Contact Us. So I found this plug in called my categories order and put them in order yet it still puts them in Abc order. Thanks everyone in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • If your theme supports custom menu you can arrange the menu as you wish click on Appearance>>>Menus

    Thread Starter matttco

    (@matttco)

    I click menu and it says it does not support menus but add custom menu. So I hit widgets and drag custom menu to the right. Then I hit create but it just makes a menu on the side bar. I want to just reorder the top header menu http://www.darkknightnews.com

    [No bumping, thank you.]

    Looks like your theme does not support custom menus as you can only create menu for sidebar.

    Thread Starter matttco

    (@matttco)

    I just want to reorder the top 3 using header code but i dont know how to do it anyone have any ideas>?

    Thread Starter matttco

    (@matttco)

    <?php wp_list_pages('orderby=menu_order&depth=4&title_li=&exclude='.$theme_exclude_nav_pages);?>
    <?php $cats = wp_list_categories('echo=0&hide_empty=0&depth=4&title_li=&exclude='.$theme_exclude_nav_cats); if (!strpos($cats,'No categories') ){ echo $cats; }?>

    That is the code I have to like make the order not do abc

    [Please post code snippets between backticks or use the code button.]

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Menu Order Problem’ is closed to new replies.