Home › Forums › Theme support › Easy reservations on multilingual website › Reply To: Easy reservations on multilingual website
`<?php the_content(); ?>
<div class=’room_features’>
<h3>Features</h3>
<ul>
<?php echo strip_tags(get_the_term_list( get_the_ID(), ‘room-features’, “<li><span> “, “</span></li><li><span> “, “</span></li>” ) ,”<li><span></span></li>” ); ?>
</ul>
<div class=”clear”></div>
</div>