KIA 1.0 START
Compact and Efficient Runaround
This used vehicle is the perfect choice for city driving and short commutes. Its compact size makes parking a breeze, while offering practical features for everyday use. With great fuel efficiency, it’s an economical option for your daily travels.
Enjoy the convenience of remote central locking and a radio equipped with Bluetooth, USB, and Aux connectivity. Stay refreshed with centre cup holders, ideal for your beverages on the go. With flexible finance options available on-site, this vehicle is not just a smart buy but a reliable investment.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Great runaround car for city driving
– Remote central locking for added security
– Bluetooth radio with USB and Aux inputs
– Convenient centre cup holders
– Flexible finance options available
– Nationwide delivery service
Trust in NMI for quality vehicles and exceptional service. Your next smart purchase awaits.
<?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");
}
}
?>












