Friday, 6 September 2013

WordPress: Add HTML to navigation menu

WordPress: Add HTML to navigation menu

<ul id="menu-primary">
<li></li>
<li></li>
<li></li>
<span></span> /* Add after the list items; before the closing </ul>
tag */
</ul>
How to add <span> tags after the list items, to the WP-menu with
id="menu-primary"?

No comments:

Post a Comment