Skip to content

Instantly share code, notes, and snippets.

@adrianthedev
Created May 31, 2012 09:50
Show Gist options
  • Save adrianthedev/2842312 to your computer and use it in GitHub Desktop.
Save adrianthedev/2842312 to your computer and use it in GitHub Desktop.
Wordpress menu
register_nav_menu( 'primary', __( 'Primary Menu', 'daily' ) );
<?php wp_nav_menu( array( 'theme_location' => 'primary','menu_class' => 'dropdown dropdown-horizontal', 'container' => '' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment