ul li Menu
Permalink
Hey there.
I would like to start a new theme and i got a problem
the the <nav> looks like this
<nav>
<ul id="nav" class="sf-menu">
<li class="current-menu-item"><a href="index.html">home<span class="subheader">welcome</span></a></li>
<li><a href="blog.html">blog<span class="subheader">read me</span></a></li>
<li><a href="page.html">about<span class="subheader">great features</span></a>
<ul>
<li><a href="page-full.html">Fullwidth Page</a></li>
<li><a href="page-features.html">Features</a></li>
<li><a href="page-typography.html">Typography</a></li>
<li><a href="page-icons.html">Icons</a></li>
</ul>
</li>
<li><a href="portfolio.html">portfolio<span class="subheader">recent work</span></a></li>
<li><a href="contact.html">contact<span class="subheader">get in touch</span></a></li>
<li><a href="http://luiszuno.com/blog/downloads/modus-html-template">Grab it!<span class="subheader">Download it For Free</span></a></li>
</ul>
</nav>
i edited and made it like this:
<nav>
<ul id="nav" class="sf-menu">
<?php $a = new GlobalArea('Menu Top');
$a->display(); ?>
</ul>
</nav>
and the menu doesnt work, does anyone have an ideea where i did a mistake? or do i need you to provide more informations? :)
Thanks
I would like to start a new theme and i got a problem
the the <nav> looks like this
<nav>
<ul id="nav" class="sf-menu">
<li class="current-menu-item"><a href="index.html">home<span class="subheader">welcome</span></a></li>
<li><a href="blog.html">blog<span class="subheader">read me</span></a></li>
<li><a href="page.html">about<span class="subheader">great features</span></a>
<ul>
<li><a href="page-full.html">Fullwidth Page</a></li>
<li><a href="page-features.html">Features</a></li>
<li><a href="page-typography.html">Typography</a></li>
<li><a href="page-icons.html">Icons</a></li>
</ul>
</li>
<li><a href="portfolio.html">portfolio<span class="subheader">recent work</span></a></li>
<li><a href="contact.html">contact<span class="subheader">get in touch</span></a></li>
<li><a href="http://luiszuno.com/blog/downloads/modus-html-template">Grab it!<span class="subheader">Download it For Free</span></a></li>
</ul>
</nav>
i edited and made it like this:
<nav>
<ul id="nav" class="sf-menu">
<?php $a = new GlobalArea('Menu Top');
$a->display(); ?>
</ul>
</nav>
and the menu doesnt work, does anyone have an ideea where i did a mistake? or do i need you to provide more informations? :)
Thanks