wp_list_pages how to use multiple arguments
-
Hello
how do I use multiple argument.
I want to have
<?php wp_list_pages(‘depth=1’); ?>
and
<?php wp_list_pages(‘title_li=’); ?>in one statement, I tried separation by “,” combining wiht “&” but those do not work, can someone point me in the right direction?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_list_pages how to use multiple arguments’ is closed to new replies.