Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

my-test-tax

$tax_query = array(
	array(
		'taxonomy'         => 'library_category',
		'terms'            => 'html-book',
		'field'            => 'slug',
	),
);