Exclusiva
0.00m2
REF:NC6226
<? $valor_campo1 = get_post_meta(get_the_ID(), 'habitaciones-dobles', true); $valor_campo2 = get_post_meta(get_the_ID(), 'bedrooms', true); $suma = $valor_campo1 + $valor_campo2; echo $suma; ?>
REF:NC6225
<? $valor_campo1 = get_post_meta(get_the_ID(), 'habitaciones-dobles', true); $valor_campo2 = get_post_meta(get_the_ID(), 'bedrooms', true); $suma = $valor_campo1 + $valor_campo2; echo $suma; ?>
REF:DG5123
<? $valor_campo1 = get_post_meta(get_the_ID(), 'habitaciones-dobles', true); $valor_campo2 = get_post_meta(get_the_ID(), 'bedrooms', true); $suma = $valor_campo1 + $valor_campo2; echo $suma; ?>
REF: DG5155
Exclusiva
REF:DG2018585
<? $valor_campo1 = get_post_meta(get_the_ID(), 'habitaciones-dobles', true); $valor_campo2 = get_post_meta(get_the_ID(), 'bedrooms', true); $suma = $valor_campo1 + $valor_campo2; echo $suma; ?>