Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 19, 2014 11:14
Show Gist options
  • Save hitsujixgit/690c0c55e85b9b7d0696 to your computer and use it in GitHub Desktop.
Save hitsujixgit/690c0c55e85b9b7d0696 to your computer and use it in GitHub Desktop.
カスタムメニューを設置する - index.phpをカスタマイズする#8
<nav>
<?php wp_nav_menu( array(
'theme_location'=>'mainmenu',
'container' =>'',
'menu_class' =>'',
'items_wrap' =>'<ul id="main-nav">%3$s</ul>'));
?>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment