Title: Menu Order Problem
Last modified: August 20, 2016

---

# Menu Order Problem

 *  [matttco](https://wordpress.org/support/users/matttco/)
 * (@matttco)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/)
 * 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)

 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411793)
 * If your theme supports custom menu you can arrange the menu as you wish click
   on Appearance>>>Menus
 *  Thread Starter [matttco](https://wordpress.org/support/users/matttco/)
 * (@matttco)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411794)
 * 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](http://www.darkknightnews.com)
 * _[[No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping), thank you.]_
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411908)
 * Looks like your theme does not support custom menus as you can only create menu
   for sidebar.
 *  Thread Starter [matttco](https://wordpress.org/support/users/matttco/)
 * (@matttco)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411915)
 * I just want to reorder the top 3 using header code but i dont know how to do 
   it anyone have any ideas>?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411923)
 * Try asking on [http://ghostpool.com/support/](http://ghostpool.com/support/)
 *  Thread Starter [matttco](https://wordpress.org/support/users/matttco/)
 * (@matttco)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411943)
 *     ```
       <?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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [matttco](https://wordpress.org/support/users/matttco/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/menu-order-problem-1/#post-2411943)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
