Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created February 21, 2014 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjhole/9137343 to your computer and use it in GitHub Desktop.
Save tjhole/9137343 to your computer and use it in GitHub Desktop.
WORDPRESS: Menu Short
<?php
$defaults = array(
'theme_location' => 'primary',
'container' => 'false',
'menu_class' => 'menu',
'menu_id' => 'nav',
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
);
wp_nav_menu( $defaults );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment