wp_list_pages: how to list all grandchildren, without children/parent
-
Hello, I have the following pages in my WP:
-1
–3
—7
—8
–4
—9
—10
-2
–5
–6I want to list just 7, 8, 9 and 10 with the wp_list_pages() function.
If I use child_of=1: 3 and 4 appers.
If I use child_of=1&exclude=3,4: nothing appers.I think the only way is use include=7,8,9,10, is that correct?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_list_pages: how to list all grandchildren, without children/parent’ is closed to new replies.