Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sample_custom_field

$meta_query = array(
	array(
		'key'     => 'taniweb',
		'value'   => 'ir',
		'compare' => '>=',
		'type'    => 'NUMERIC',
	),
);