Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mobile app

$tax_query = array(
	array(
		'taxonomy'         => 'faqs-platforms',
		'terms'            => 'mobile-app',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);