Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#16850 closed enhancement (duplicate)

post_parent should accept an array of IDs

Reported by: scribu Owned by:
Priority: normal Milestone:
Component: Query Version:
Severity: normal Keywords: has-patch
Cc:

Description (last modified by scribu)

Currently, it's not possible to get a list of posts that have one of several parents, since the 'post_parent' query var only accepts an integer.

And, since a post can only have a single parent, there's only one possible interpretation for this:

get_posts( array( 'post_parent' => array( 1, 2, 3 ) ) );

Example use-case: http://wordpress.stackexchange.com/questions/11945/how-to-get-the-parents-taxonomy/11948#11948

Attachments (2)

test-16850.php (320 bytes) - added by scribu 2 years ago.
16850.diff (773 bytes) - added by scribu 2 years ago.

Download all attachments as: .zip

Change History (7)

  • Description modified (diff)

scribu2 years ago

scribu2 years ago

  • Keywords has-patch added
  • Milestone Future Release deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Now how did I miss that...

Note: See TracTickets for help on using tickets.