• Resolved Suika

    (@suikalum)


    I am very new to WordPress, and I think this is an easy issue but I can’t seem to figure it out.

    So I did my WordPress Menu, and registered it in my functions. I also downloaded and activated the plugin. Now I did a template for one of my pages and I would like to display my menu in it. I tried doing this:

    <?php wp_nav_menu([ ‘theme_location’ => ‘header-menu’ ]); ?>
    <?php echo do_shortcode( ‘[responsive-menu menu=”main-menu”]’ ); ?>

    But it only shows the menu items like a list. How do I show my menu with it looking like an actual menu? Thanks

    https://wordpress.org/plugins/responsive-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display menu on template’ is closed to new replies.