Title: Cannot view theme registered menus
Last modified: August 19, 2016

---

# Cannot view theme registered menus

 *  [seagyn](https://wordpress.org/support/users/seags/)
 * (@seags)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/cannot-view-theme-registered-menus/)
 * I have set up a new install of WordPress both locally and on a web server. I 
   registered 2 new menus yet they don’t display in Appearance → Menus. Here is 
   the code I used:
 *     ```
       function register_the_menus() {
       	register_nav_menus(
       		array(
       			'top-menu' => __('Top Menu'),
       			'main-menu' => __('Main Menu')
       		)
       	);
       }
   
       add_action('init', 'register_the_menus');
       ```
   
 * At first I thought it was my code but that is almost identical to codex. So what
   I did was I activated the Twenty Ten theme and it did not work either. Any ideas?

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

 *  Thread Starter [seagyn](https://wordpress.org/support/users/seags/)
 * (@seags)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/cannot-view-theme-registered-menus/#post-1704579)
 * Any help with this.
 * I can’t get any custom menus working even on a brand new install locally and 
   online. The arguments for wp_nav_menu are not working either. Sounds like a royal
   F up to me.
 *  Thread Starter [seagyn](https://wordpress.org/support/users/seags/)
 * (@seags)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/cannot-view-theme-registered-menus/#post-1704580)
 * I am even trying this:
 *     ```
       add_action('after_setup_theme', 'register_custom_menus');
   
       function register_custom_menus() {
           register_nav_menus(array(
               'main' => __('Main Menu')
           ));
       }
       ```
   
 *  Thread Starter [seagyn](https://wordpress.org/support/users/seags/)
 * (@seags)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/cannot-view-theme-registered-menus/#post-1704581)
 * OMG. Fail. Ok so I realised that it was doing it but it does not create the menu
   it just creates the position.
 * Is there anyway to create a menu so that all you have to do is add pages/categories/
   links?

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

The topic ‘Cannot view theme registered menus’ is closed to new replies.

## Tags

 * [Navigation Menus](https://wordpress.org/support/topic-tag/navigation-menus/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 1 participant
 * Last reply from: [seagyn](https://wordpress.org/support/users/seags/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/cannot-view-theme-registered-menus/#post-1704581)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
