proba luna
321 €/lună
Inchiriere
Suprafață: 22 m²
Camere: 1
Băi: 1
📌 Descriere
<p style="font-weight: bold; color: #c94d00; margin: 0.5rem 0;">
<?php
if ($pret) {
echo esc_html($pret) . ' €';
if ($tip === 'Inchiriere') {
echo '/lună';
}
}
?>
</p>
🔍 Ultim pas: Verifică în postările din garsoniere că:
Câmpul tip_listare este exact: Inchiriere (nu „inchiriere” sau „INCHIRIERE”).
Nu este gol ($tip !== null).
