wp list pages
-
Simple question here, how do you modify the wp_list_pages tag to only display top-level pages? I don’t want any subpages, just the top ones. And yes, I have looked at the codex, but I can’t seem to get it right.
Right now I have:
<?php wp_list_pages('title_li=' ); ?>
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp list pages’ is closed to new replies.