Yes that’s what I did, I took this code as exemple
if ( '' != wp_listings_get_property_types() ) {
$listing_meta .= sprintf( '<li>Type: %s', get_the_term_list( get_the_ID(), 'property-types', '', ', ', '' ). '</li>' );
}
But I can’t do this with a new one ?