示例#1
0
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h3>

            <div class="price-wrapper hidden-lg">
                <span class="prefix-text"><?php 
echo esc_html($price_title);
?>
</span>
                <span class="price"><?php 
echo esc_html($list_property->get_price_without_postfix());
?>
</span><?php 
$price_postfix = $list_property->get_price_postfix();
if (!empty($price_postfix)) {
    ?>
<span class="postfix-text"><?php 
    echo ' ' . $price_postfix;
    ?>
</span><?php 
}
?>
            </div>

            <?php 
/*
 * Address
 */
$list_property_address = $list_property->get_address();