Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Bookstore taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'lf_resource_category',
		'terms'            => 'bookstore',
		'field'            => 'slug',
	),
);