Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Post type with tag

test Post type with tag

// WP_Query arguments
$args = array(
	'post_parent'            => 'product-info',
);

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