Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress get child posts

<?php
    $child_posts = get_children( array('post_parent' => get_the_ID()) );
?>
 
PREVIOUS NEXT
Tagged: #wordpress #child #posts
ADD COMMENT
Topic
Name
1+7 =