Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

propiedades

$meta_query = array(
	array(
		'key'     => 'titulo',
		'value'   => 'Cartago',
		'compare' => 'RLIKE',
	),
	array(
		'key'     => 'tipo_propiedad',
		'value'   => 'Venta residencial',
		'compare' => 'RLIKE',
	),
);