wp_list_pages title_li with special chars
-
I need to have special chars in my title_li argument and, of course, it won’t take it.
Example :
<?php wp_list_pages('title_li=<h2>I'm online</h2>&child_of=3&depth=1' ); ?>
or
<?php wp_list_pages('title_li=<h2>Répétition</h2>&child_of=3&depth=1' ); ?>
This will not work.
Do you have a solution ? Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_list_pages title_li with special chars’ is closed to new replies.