Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16850


Ignore:
Timestamp:
03/14/2011 12:58:05 AM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16850 – Description

    initial v1  
    33And, since a post can only have a single parent, there's only one possible interpretation for this:
    44
    5 {{{get_posts( array( 'post_parent' => array( 1, 2, 3 ) ) );}}}
     5{{{
     6get_posts( array( 'post_parent' => array( 1, 2, 3 ) ) );
     7}}}
     8
     9Example use-case: http://wordpress.stackexchange.com/questions/11945/how-to-get-the-parents-taxonomy/11948#11948