wp_list_pages help
-
Hello, i need some help.
if i type like this “<?php wp_list_pages(‘sort_column=menu_order&title_li=’ ); ?>” it becomes this:
<li class=”page_item”><x href=”https://www.webbextra.com/blog/about/” title=”About”>About</x>
but if i want to add a <span> to the url so it look like this:
<li class=”page_item”><x href=”https://www.webbextra.com/blog/about/” title=”About”><span>About</span></x>
How do 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 help’ is closed to new replies.