Skip to content

Instantly share code, notes, and snippets.

@moskowite
Created December 12, 2011 18:59
Show Gist options
  • Save moskowite/1468587 to your computer and use it in GitHub Desktop.
Save moskowite/1468587 to your computer and use it in GitHub Desktop.
<?php wp_nav_menu(
array('menu' => 'Top Bar', 'container' => '','container_class' => 'menu-{menu slug}-container navi','items_wrap' => '%3$s', 'fallback_cb' => false )
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment