Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

FAQ Cat term

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'faq-cat',
		'terms'            => '$current_cat->term_id',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);