Created
June 19, 2014 11:15
-
-
Save hitsujixgit/35ad5fda22b44e0b6bef 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> | |
<ul id="main-nav"> | |
<li id="menu-item-30" class="menu-item ..."><a href="http://localtest.net">ホーム</a></li> | |
<li id="menu-item-28" class="menu-item ..."><a href="http://localtest.net/about/">このサイトについて</a></li> | |
<li id="menu-item-31" class="menu-item ..."><a href="http://localtest.net/category/diary/">日記</a></li> | |
</ul> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment