Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta

$meta_query = array(
	array(
		'key'     => 'post_type',
		'value'   => 'jobs',
	),
	array(
		'key'     => 'job_availability',
		'value'   => '1',
	),
);