KIA 1.0 START
Smart Compact for Urban Driving
This is an ideal choice for city driving. It’s a reliable run-around that combines efficiency with practicality. Enjoy the convenience of remote central locking and stay connected with Bluetooth radio, USB, and Aux inputs.
Designed for everyday use, this vehicle offers ample comfort and functionality. The centre cup holders add to the convenience, making it perfect for busy lifestyles. With competitive financing options available, your dream car is within reach.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Excellent urban run-around
– Remote central locking for added security
– Bluetooth radio with USB and Aux compatibility
– Convenient centre cup holders
– Best financing options available onsite
– Nationwide delivery offered
Trust in NMI for your automotive needs. Experience quality and reliability every step of the way.
<?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
29060029
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");
}
}
?>












