Skip to content

Instantly share code, notes, and snippets.

@pixelcoder
Created April 20, 2015 03:49
Show Gist options
  • Save pixelcoder/df46133b522ffb27d216 to your computer and use it in GitHub Desktop.
Save pixelcoder/df46133b522ffb27d216 to your computer and use it in GitHub Desktop.
WordPress: Call menu
<?php
$defaults = array(
'theme_location' => 'wp-primary-menu',
'container' => false,
'items_wrap' => '<ul class="wp-primary-menu">%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