Tagged Questions
0
votes
1answer
441 views
How to make a query returning pages from multiple parents
I'd like to make a query that returns the children pages of various parent pages.
Unfortunately the post_parent attribute of WP_Query accepts only one value.
What do you suggest ?