I have now released a new version of the plugin (v1.10) which includes the depth
parameter (used only when in list mode: list="true"
).
Values can be:
depth="-1"
Displays pages at any depth and arranges them in a single, flat list
depth="0"
Displays pages at any depth and arranges them hierarchically in nested lists
depth="1"
(Default) Displays top-level Pages only
when set to any value greater than 1, the shortcode displays that depth of child pages
If not specified, it will default to a depth of 1 as per the original version.
I have also added the exclude
parameter which takes a comma separated list of Page IDs and works in all modes:
[child_pages exclude="3,5,33"]
Hopefully this will now meet your requirements.