<?php
  $post_id = get_the_id();
// echo print_r(get_vehicle_gallery_images()); 
$image_urls = get_post_meta($post_id, 'pictures', true);

if (is_string($image_urls)) {
    $images = explode(',', $image_urls);
} elseif (is_array($image_urls)) {
    $images = $image_urls;
} else {
    $images = [];
}

if (!empty($images)): ?>
    <div class="vehicle-gallery">
        <?php foreach ($images as $index => $img_url): ?>
            <a href="<?php echo esc_url(trim($img_url)); ?>" class="glightbox" data-gallery="vehicle-gallery">
                <?php if ($index === 0): ?>
                    <img src="<?php echo esc_url(trim($img_url)); ?>" alt="Vehicle Image" class="gallery-main-image" />
                <?php else: ?>
                    <img src="<?php echo esc_url(trim($img_url)); ?>" alt="Gallery Thumb" class="gallery-thumb"  />
                <?php endif; ?>
            </a>
        <?php endforeach; ?>
    </div>
<?php endif; ?>

document.addEventListener('DOMContentLoaded', function () {
    new Swiper('.vehicle-gallery', {
        slidesPerView: 5,
        spaceBetween: 10,
        loop: true,
        navigation: {
            nextEl: '.swiper-button-next',
            prevEl: '.swiper-button-prev',
        },
        breakpoints: {
            768: {
                slidesPerView: 3,
            },
            480: {
                slidesPerView: 2,
            }
        }
    });
});

TOYOTA 1.5 Xi

R 249 899
Range:
STARLET
Year:
2026
Mileage:
2 209 km
Colour:
Premium Silver
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
29291833
Available from NMI Toyota Menlyn
<?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");
        }
    }
?>
Sales Enquiry - Pre-Owned Forms

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01642_u0070734_11.jpg
TOYOTA
STARLET
(2021)

TOYOTA 1.4 Xi

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDGWC52S00737064
JTDGWC52S00737064
Colour: Mystic Pearl White (ZHJ)
MOL01642
29293204

Enquire

Contact Form
<?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");
        }
    }
?>
R 159 900
112491km
2021
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_u0070210_12.jpg
TOYOTA
STARLET
(2021)

TOYOTA 1.4 Xs

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDGWC52S00730428
JTDGWC52S00730428
Colour: MysticPearlWhite(ZHJ
MOL01651
29291810

Enquire

Contact Form
<?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");
        }
    }
?>
R 199 950
33697km
2021
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10127_u0070014_9.jpg
TOYOTA
STARLET
(2022)

TOYOTA 1.5 XR

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDJWCA3S00136520
JTDJWCA3S00136520
Colour: White
TOL10127
29292265

Enquire

Contact Form
<?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");
        }
    }
?>
R 209 900
99976km
2022
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070435_8.jpg
TOYOTA
STARLET
(2021)

TOYOTA 1.4 XR AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDGWC52S00669344
JTDGWC52S00669344
Colour: Iron Grey Metallic (ZTN)
MOL01644
29293114

Enquire

Contact Form
<?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");
        }
    }
?>
R 235 000
33497km
2021
AUTOMATIC
More details