Skip to content

Instantly share code, notes, and snippets.

@adapicom
Last active December 11, 2015 06:38
Show Gist options
  • Save adapicom/4560291 to your computer and use it in GitHub Desktop.
Save adapicom/4560291 to your computer and use it in GitHub Desktop.
Adds custom menu support to a Wordpress theme
<?php wp_nav_menu( array('menu' => 'Blog Menu' )); ?>
add_theme_support( 'menus' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment