Title: Subbmenu &#8211; Not available
Last modified: August 30, 2016

---

# Subbmenu – Not available

 *  [huskyblack](https://wordpress.org/support/users/huskyblack/)
 * (@huskyblack)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/subbmenu-not-available/)
 * I cannot use sub menu in Yoko Theme (v 1.2.1), even though [instructions](http://www.elmastudio.de/wp-content/uploads/themes/yoko-theme-documentation-en.pdf)
   says otherwise.
 * In Appearance – Menus there is no option for creating Submenu, and only one Menu
   position is available, Primary Navigation. I can’t click anywhere to position
   additional menu I created.
 * Checked header.php and code for subnav is there,
 * <nav id=”subnav”>
    <?php if (is_nav_menu( ‘Sub Menu’ ) ) { wp_nav_menu( array(‘
   menu’ => ‘Sub Menu’ ));} ?> </nav><!– end subnav –>
 * css is also ok.
 * Checked functions.php and found this
 * _// This theme uses wp\_nav\_menu() in one location.
    register\_nav\_menus( array(‘
   primary’ => \_\_( ‘Primary Navigation’, ‘yoko’ ), ) );
 * Where is code for other location, that under the header image which is shown 
   in [instructions](http://www.elmastudio.de/wp-content/uploads/themes/yoko-theme-documentation-en.pdf)?
   Was it removed from newer version or what?
 * When I go to Appearance Customize I get this message.
 * _Your theme supports one menu. Select which menu you would like to use. You can
   edit your menu content on the Menus screen in the Appearance section._
 * Anybody know how to solve this? Am I wrong or there should be at least two menu
   position?

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/subbmenu-not-available/#post-6276886)
 * The code to output menu called “Sub Menu” is there, see Line56
    [https://themes.trac.wordpress.org/browser/yoko/1.2.1/header.php#L56](https://themes.trac.wordpress.org/browser/yoko/1.2.1/header.php#L56)
 * We just need to create a new menu and name it “Sub Menu”, after saved will appear
   in frontend.
 *  Thread Starter [huskyblack](https://wordpress.org/support/users/huskyblack/)
 * (@huskyblack)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/subbmenu-not-available/#post-6276892)
 * Thank you, 🙂
 * Worked like a charm.
 *  [Christix](https://wordpress.org/support/users/christix/)
 * (@christix)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/subbmenu-not-available/#post-6277241)
 * Hi there,
 * Thanks, even thoguh this solution does work to a certain extent, the formatting
   in the the “Sub Menu” is different and doesn’t look nearly as good. Small letters
   and overall not as good looking. is there a solution to this?
 * Cheers!

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

The topic ‘Subbmenu – Not available’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/yoko/1.2.5/screenshot.png)
 * Yoko
 * [Support Threads](https://wordpress.org/support/theme/yoko/)
 * [Active Topics](https://wordpress.org/support/theme/yoko/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/yoko/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/yoko/reviews/)

## Tags

 * [submenu](https://wordpress.org/support/topic-tag/submenu/)
 * [Subnav](https://wordpress.org/support/topic-tag/subnav/)

 * 3 replies
 * 3 participants
 * Last reply from: [Christix](https://wordpress.org/support/users/christix/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/subbmenu-not-available/#post-6277241)
 * Status: not resolved