CodeHQ

Display only child posts of parent | WordPress Query

$args = array(
	'post_type' => 'page',
	'post_parent' => $post->ID,
);