Created
June 19, 2014 11:14
-
-
Save hitsujixgit/690c0c55e85b9b7d0696 to your computer and use it in GitHub Desktop.
カスタムメニューを設置する - index.phpをカスタマイズする#8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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