Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

porpieda

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