Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

QueryTests

// WP_Query arguments
$args = array(
	'post_type'              => array( 'avaliacao_cultural', ' perfil_comportamento', ' valor_de_carreira' ),
);

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