/
home
/
u303693141
/
public_html
/
wp-content
/
plugins
/
wp-property
/
static
/
views
/
Upload File
HOME
<?php /** * [property_attributes] template * * To modify it, copy it to your theme's root. */ global $property; if (!WPP_LEGACY_WIDGETS && $data['show_post_content'] == 'true') { $value = get_attribute('post_content', array( 'return' => 'true', 'property_object' => $this_property )); ?> <div class="wpp_features_box wpp_features_box_content"> <?php echo $value; ?> </div> <?php } ?> <?php if ( $data[ 'display' ] == 'list' && $data[ 'sort_by_groups' ] != 'true' ) : ?> <ul id="property_stats" class="<?php wpp_css('property::property_stats', "property_stats overview_stats list"); ?>"> <?php @draw_stats($data, $property); ?> </ul> <?php else: ?> <?php @draw_stats($data, $property); ?> <?php endif; ?>