• starhuea

    (@starhuea)


    Out of the box, this theme wants to list all the pages on my website. I would rather have it utilize the Header Menu instead.

    My website is https://www.pokertelegraph.com.

    In order to clean up the top of the site, I ended up removing a couple of lines of code from ‘header.php’:

    <?php wp_nav_menu(array(‘theme_location’=>’header-menu’));?>

    &

    <?php wp_nav_menu(array(‘theme_location’=>’top-menu’));?>

    How do I get it to display a navigable Header Menu rather than listing all pages en mass?

  • The topic ‘Changing’ is closed to new replies.