• I am using Mystique on my blog http://thetelecomnews.com
    I have already removed Big title and description from the header
    and placed adsense in top. But i want to have an Extra menu in top.
    Itwould be Different from Navigation menu.

    How it could be possible? Any help will be highly appreciated.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • something like:

    register_nav_menus(array('my_menu' => 'Top Header'));
    add_action('mystique_header_start', 'my_menu');
    
    function my_menu(){
      wp_nav_menu(array('container_class' => 'navigation', 'theme_location' => 'my_menu'));
    }

    (paste in advanced – functions, then see the menus page)

    Thread Starter gstek

    (@gstek)

    Thanks Digitalnature 🙂

    i followed your step but i cant get style working as like primary navigation menu

    my website is http://www.bilalfx.com/
    i had second menu on top but just as list of links , not appearing such a menu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add extra menu on Top in mystique theme’ is closed to new replies.