Forums
(@rcorey)
17 years, 5 months ago
Actually, you can combine arguments by using the ampersand with ALL arguments within a single set of single quotes like such….
<?php wp_list_pages(‘depth=1&title_li=&exclude=67’); ?>
Try it…it works.