How to list all sub-pages to a page without using ID?
-
I’m using post_parent to get all the child pages of a page:
post_parent – Show only the children of the post with this ID. Default: None.
At present I’m having to write this for each page using the post ID number, e.g.:
[catlist post_type=page post_parent=12 numberposts=-1 thumbnail=yes]
Is there any way to tell List Category Posts to get the sub-pages immediately beneath the current page? e.g. something like:
[catlist post_type=page post_parent=this numberposts=-1 thumbnail=yes]
Is this possible with the current plugin? Could this be added to a future version?
- The topic ‘How to list all sub-pages to a page without using ID?’ is closed to new replies.