• Resolved kvnmcwebn

    (@kvnmcwebn)


    Hi, I’ve created a custom category list menu with the menu tab under the appearance tab. My theme doesn’t support adding it to pages in the wp admin so I’d like to just hard code it in to a custom page that I’ve created.
    Where do custom menus live and how can I call them into pages manually?

    I used wp_list_categories but I need the menu creator version for the sort order and other handy stuff…

    thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter kvnmcwebn

    (@kvnmcwebn)

    I found a tutorial after digging some more. sorted thanks.

    <nav>
    <?php wp_nav_menu(array(‘menu’ => ‘Resource Guide’)); ?>
    </nav>

Viewing 1 replies (of 1 total)
  • The topic ‘placing custom menus manually in pages’ is closed to new replies.