Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Sizes

$tax_query = array(
	array(
		'taxonomy'         => 'pa_size',
		'terms'            => array( 'l', ' m', ' s', ' xl', ' xs' ),
		'field'            => 'slug',
	),
);