I am using wp_page_menu to generate a menu. I'd like to add a span insice the tags, and set it upt like this:
wp_page_menu('link_after=test&title_li=&sort_column=menu_order&show_home=1');
When I view souce on the page generated using this code, all of the links in the menu list include the "test" (after the menu item text inside the "a" tags, EXCEPT the home link. The Home link just closes after the word "Home." So, how can I add text before and after every link? Say, I wanted to use span's to stretch a graphic menu button on every button... Would I have to go back to the old method, or am I just using wp_page_menu incorrectly?