Hi, I'm using wordpress 2.8.4 and All in One SEO Pack version 1.6.5
I've found that when I use the link_before and link_after parameters for wp_list_pages any menu labels I've set revert back to the title text, so for example In the navigation menu I want it to have the first link text as "Home". But I want to have "Welcome to my site" for the title of that page.
This has been working completly fine, using the plugins Menu Label field.
However I need to insert an empty span within anchor text so I can use the css sliding doors technique, so basically I want it to output something like
<li><a href="#">Home<span></span></a></li>
When I use the link_after parameter for wp_list_pages the plugin stops working properly, the span appears but the menu label text becomes the same as the title text like
<li><a href="#">Welcome to my site<span></span></a></li>
I've been having the same problem and discovered that it's to do with a regular expression assuming you won't have any HTML in the links produced by wp_list_pages. Not sure if we've using the same version, but my AIOSEO is version 1.6.6.2 and if you change line 668 of the all_in_one_seo_pack.php file to: