• So, guys… I’ve got a site, and I’m doing the custom menu. on the nav-menu, however, we don’t have the Links that we put on the Links part, you know? I wanted to add to the menu some links from the link categories, but there isn’t the possibility, only Pages, Categories, Posts and Tags.

    I thought that maybe I could add it on the widget part, but my main menu doesn’t appear there, like sidebars, and I can edit it only at the nav-menu.

    How can I make the Link Categories show so I can add them on the main menu?

    or

    How do I make the Main Menu appear on the Widget page so I can edit it there, like sidebars?

Viewing 2 replies - 1 through 2 (of 2 total)
  • walkerofbass

    (@dougwalker619)

    Wish I could help. I just ran into the same problem. I’ll be looking in to adding this function, but certainly hope someone comes along with answers! Good luck!

    giles14

    (@giles14)

    Try adding this code to your template where you want your menu appear:

    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’, ‘menu_class’ => ‘topnav’, ‘fallback_cb’ => ‘topnav_fallback’) ); ?> then in Appearance-> Menu and create your new menu including categories, links and anything else.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add a Link Category on Custom Menu’ is closed to new replies.