Title: Adding menu support
Last modified: August 19, 2016

---

# Adding menu support

 *  [Ashkir](https://wordpress.org/support/users/ashkir/)
 * (@ashkir)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-menu-support/)
 * How can I add menu support to my theme that doesn’t support menus by default?
 * This is the menu code in my theme
 *     ```
       <?if(get_opt_or_default('showrand')):?><li><a href="<?php bloginfo('url');?>/?do=random"><?_e('Random',TD);?></a></li><?endif;?>
               <?php wp_list_pages('title_li=&sort_column=menu_order'); ?>
       ```
   
 * Can someone explain to me step by step how do I add a menu so I can use the ‘
   menu’ in my admin panel? I would also like to be able to have drop down support.

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-menu-support/#post-1952083)
 * Here is an article that describes [How To Add Menu Support In Your Theme](http://www.devlounge.net/code/how-to-add-support-for-menus-in-your-wordpress-theme).

Viewing 1 replies (of 1 total)

The topic ‘Adding menu support’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/adding-menu-support/#post-1952083)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
