WordPress Dapatkan Posting Anak

<?php
    $child_posts = get_children( array('post_parent' => get_the_ID()) );
?>
elcharitas