<?php $terms = get_the_terms( get_the_ID(), 'properties' ); if ( $terms && ! is_wp_error( $terms ) ){ foreach ( $terms as $term ) { echo $term->name; } } ?>.
確定! 回上一頁