im still working on this, any idea?
testing site is up here:
http://www.doctorjae.com/2011
Im using wp_nav_menu(array(“before” => “<span>”, “after” => “</span>”)); in header.php
its still printing this
<ul>
<li>menu 1</li>
...etc
</ul>
What do i need to change to add a <span> tag inside the menu loop like this:
<ul>
<li><span>menu 1</span></li>
...etc
</ul>
Awesome, thank you all!
But I am still having an issue wrapping my menu items in a <span> tag.
I am using this in my header.php call:
wp_nav_menu(array("before" => "<span>", "after" => "</span>"));
And it is not putting the <span> in there. Any ideas?