Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Highlight Type

$highlight_type = array(
	'relation' => 'AND',
	array(
		'key'     => 'type',
		'value'   => 'book',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);