Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

postmeta

// WP_Query arguments
$args = array(
	'p'                      => '$post->ID',
	'post_type'              => array( 'clinet' ),
);

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