Title: Problem with admin panel menus
Last modified: May 8, 2020

---

# Problem with admin panel menus

 *  Resolved [jlucasme](https://wordpress.org/support/users/jlucasme/)
 * (@jlucasme)
 * [6 years ago](https://wordpress.org/support/topic/problem-with-admin-panel-menus/)
 * Hello, the option “menus” to set dinamic menus on my theme are not in my admin
   panel.
    I have already add the code in function.php, the code who wordpress developer
   page are informing, this one:
 *     ```
       function register_my_menu() {
           register_nav_menu('header-menu',__( 'Header Menu' ));
         }
         add_action( 'init', 'register_my_menu' );
       ```
   
 * its the same code, but the option “menus” stills hide, how can i fix it ?
 * I’m brazilian, and dont speak english very well, so ignore the gramatical erros
   please..
    -  This topic was modified 6 years ago by [bcworkz](https://wordpress.org/support/users/bcworkz/).
      Reason: resolved

Viewing 1 replies (of 1 total)

 *  Thread Starter [jlucasme](https://wordpress.org/support/users/jlucasme/)
 * (@jlucasme)
 * [6 years ago](https://wordpress.org/support/topic/problem-with-admin-panel-menus/#post-12799298)
 * I have already fix the problem, i named the document “function.php” instead “
   functions.php” so any functions were called.

Viewing 1 replies (of 1 total)

The topic ‘Problem with admin panel menus’ is closed to new replies.

## Tags

 * [develop](https://wordpress.org/support/topic-tag/develop/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 1 participant
 * Last reply from: [jlucasme](https://wordpress.org/support/users/jlucasme/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/problem-with-admin-panel-menus/#post-12799298)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
