Opal-Estate-Pro/templates/parts/property-types.php

6 lines
245 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?php
global $property;
echo get_the_term_list( $property->get_id(), 'opalestate_types', '<div class="property-types-list"><span class="property-types-list__label">' . esc_html__( 'Types:', 'opalestate-pro' ) . '</span>',
', ', '</div>' );