name : ''; $status_class = homeproz_get_status_class($status); // Get type from taxonomy $type_terms = get_the_terms($property_id, 'property_type'); $type = $type_terms && !is_wp_error($type_terms) ? $type_terms[0]->name : ''; // Format full address $full_address = $street_address; if ($city) $full_address .= ', ' . $city; if ($state) $full_address .= ', ' . $state; if ($zip_code) $full_address .= ' ' . $zip_code; ?>
$gallery, 'property_id' => $property_id)); ?>

Property Details

  • Bedrooms
  • Bathrooms
  • Square Feet
  • Lot Size
  • Year Built
  • Garage Car

Description

Features & Amenities

    'Central Air', 'central_heat' => 'Central Heat', 'fireplace' => 'Fireplace', 'hardwood_floors' => 'Hardwood Floors', 'updated_kitchen' => 'Updated Kitchen', 'updated_bathrooms' => 'Updated Bathrooms', 'basement' => 'Basement', 'finished_basement' => 'Finished Basement', 'deck_patio' => 'Deck/Patio', 'pool' => 'Pool', 'fenced_yard' => 'Fenced Yard', 'sprinkler_system' => 'Sprinkler System', 'smart_home' => 'Smart Home Features', 'solar_panels' => 'Solar Panels', 'new_roof' => 'New Roof', 'new_windows' => 'New Windows', 'waterfront' => 'Waterfront', 'lake_access' => 'Lake Access', ); foreach ($property_features as $feature) : $label = isset($feature_labels[$feature]) ? $feature_labels[$feature] : ucwords(str_replace('_', ' ', $feature)); ?>