Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Price Range

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'rets_list_price',
		'value'   => '$price_min,$price_max',
		'compare' => 'BETWEEN',
		'type'    => 'NUMERIC',
	),
);