Display Property Type in Overivew List
-
Hi,
I managed to change the code to display the property type in property-overview.php, but it keeps showing the slug, not the name. What am I doing wrong?
<?php if( !empty( $property[‘property_type’] ) ): ?>
<li class=”property_property_type”><?php echo $property[‘property_type’]; ?>
<?php endif; ?>Thanks
/Christopher
- The topic ‘Display Property Type in Overivew List’ is closed to new replies.