Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

gallery post format tax query

$tax_query = array(
	array(
		'taxonomy'         => 'post_format',
		'terms'            => 'post-format-gallery',
		'field'            => 'name',
	),
);