KIA PEGAS (2023)
KIA 1.4 EX AT
R 199 900
Range:
PEGAS
Year:
2023
Mileage:
47 000km
Colour:
BLUE
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
29041000
Additional Information:
Exceptional Opportunity Awaits
This used vehicle offers impressive value and reliability. Designed for comfort and efficiency, it’s perfect for urban driving or long journeys. Experience a smooth ride packed with modern conveniences.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Well-maintained condition
– Low mileage
– Spacious interior
– Fuel-efficient performance
– Advanced safety features
– User-friendly technology
At NMI, we prioritise quality and customer satisfaction. Trust us to provide a seamless buying experience with every vehicle we offer.
Available from Barons Bruma
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>




















