Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Texonomy query for online tools

$tools_tax_query = array(
	array(
		'taxonomy'         => 'tools_type',
		'terms'            => 'image-processing',
		'field'            => 'slug',
	),
);