Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to get simple dropdown with wp_nav_menu

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #37778
    Khaan
    Member

    Hi all, i have been searching for solutions to make dynamic menu with wp_nav_menu. I’ve come across to see few ways to do that but as i am not that knowledgeable with wordpress i can’t figured out how to implement any one of them.

    I am using ddsmoothmenu for styling (i was using ddsmoothmenu earlier hence using the same div for wp_nav_menu). Menus are displaying fine but dropdowns are not appearing, please mention a simple and affective solution.


    HTML CODE



    HTML CODE



    FUNCTIONS CODE


    if (function_exists(‘register_nav_menus’)) {
    register_nav_menus(
    array(
    ‘main_nav’ => ‘Main Navigation Menu’, ‘Quick Links’
    )
    );

    }
    ?>


    FUNCTIONS CODE



    I am using Quick Links for page templates.

    Thanking you

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.