Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

xx

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_wp_page_template',
		'value'   => 'page-templates/page-livereporting-tournament-overview.php',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'tournament_status',
		'value'   => 'xxx',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);