Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

kod

// WP_Query arguments
$args = array (
	'post_parent'            => '5',
);

// The Query
$query = new WP_Query( $args );