Changes between Initial Version and Version 1 of Ticket #16850
- Timestamp:
- 03/14/2011 12:58:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16850 – Description
initial v1 3 3 And, since a post can only have a single parent, there's only one possible interpretation for this: 4 4 5 {{{get_posts( array( 'post_parent' => array( 1, 2, 3 ) ) );}}} 5 {{{ 6 get_posts( array( 'post_parent' => array( 1, 2, 3 ) ) ); 7 }}} 8 9 Example use-case: http://wordpress.stackexchange.com/questions/11945/how-to-get-the-parents-taxonomy/11948#11948