Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Skill Foli

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'resume_skill',
		'terms'            => array( 'asd', ' dvf' ),
		'field'            => 'name',
		'operator'         => 'IN',
	),
);