Thread Starter
yost
(@yost)
Steve won’t listen. 😉
OK, I was complaining a bit, sorry for that. But to my defense, it took me some hours of searching, reading, trying, downloading Firefox and trying again to understand what was happening.
Thread Starter
yost
(@yost)
Just a little kick to get this item back “on top”. I still have no clue to how to solve this problem.
\’ does not do the trick. A simple ‘ gives a syntax error. ampersand#39; or \ampersand#39; does not work (I mean the ampersand sign, but if I use that in this post, I wouldn’t show). Mixing single a double quotes has an effect, but not the effect I want.
Thread Starter
yost
(@yost)
Sorry, the suggestions above do not work.
<?php wp_list_pages("title_li=<h2>Pagina\'s</h2>" ); ?> produces “Pagina\\\’s”.
<?php wp_list_pages("title_li=<h2>Pagina's</h2>" ); ?> produces “Pagina\’s”.
Without the “s, of course