Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tires

$meta_query = array(
	array(
		'key'     => 'width',
		'value'   => 'width',
	),
	array(
		'key'     => 'profile',
		'value'   => 'profile',
	),
	array(
		'key'     => 'size',
		'value'   => 'size',
	),
	array(
		'key'     => 'manufacturer',
		'value'   => 'manufacturer',
	),
);