Home › Forums › Back End › how can I add a span to wp_nav_menu in wordpress › Re: how can I add a span to wp_nav_menu in wordpress
December 3, 2012 at 3:00 pm
#116169
Member
I’m not much of an expert on this, but maybe it would be possible using the [link_after parameter](http://codex.wordpress.org/Function_Reference/wp_nav_menu). If I’m reading that right, it would work like an :after, meaning it is still inside the link. I’m not sure how well it would apply for you, but it might be worth testing.