KIA 1.0 START
Efficient Urban Companion
This used vehicle is the perfect run-around for city life. Its compact design makes it easy to navigate tight spaces while offering impressive practicality. Enjoy a seamless driving experience with modern features designed for convenience and connectivity.
Mileage is recorded at the time of advertising and may vary.
Key highlights ensure you stay connected and comfortable on every journey:
– Remote central locking for added security
– Radio with Bluetooth, USB, and Aux for versatile audio options
– Centre cup holders for convenience
– Compact size ideal for city driving
– Reliable performance for daily commutes
– Smooth handling and agile manoeuvrability
NMI stands for trust and quality, ensuring you receive the best value with each vehicle. Experience our commitment to customer satisfaction and drive away with confidence.
<?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");
}
}
?>Similar Listings
KIA 1.2 EX AT
29069206
Enquire
<?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");
}
}
?>












