wp_list_pages html problem
-
HI, have a little problem with wp_list_pages.
Right now i have this:
<?php wp_list_pages(‘title_li=’); ?>And the generated HTML brings me this code:
<span><li class=”page_item page-item-2″>about
</span>but i want ti to be like this:
<li class=”page_item page-item-2″><span>about</span>How can i do that ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp_list_pages html problem’ is closed to new replies.