<?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 2.8 GD-6 RB 6AT MHEV

R 609 900
Range:
FORTUNER
Year:
2024
Mileage:
71 834 km
Colour:
WHITE
Transmission:
AUTOMATIC
Fuel:
DIESEL
Vehicle ID:
28922058
Available from NMI Toyota Centurion
<?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 - Satellite

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070197_8.jpg
TOYOTA
FORTUNER
(2012)

TOYOTA 3.0 D-4D R/BODY

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTZZ69GX05031181
AHTZZ69GX05031181
Colour: Sterling Silver Metallic (1C0)
MOL01644
28920542

Enquire

Contact Form - Satellite
<?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 259 900
224394km
2012
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070243_8.jpg
TOYOTA
FORTUNER
(2011)

TOYOTA 3.0 D-4D 4X4 HERITAGE AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTYZ59G308017143
AHTYZ59G308017143
Colour: Sterling Silver Metallic (1C0)
MOL01644
28920551

Enquire

Contact Form - Satellite
<?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 329 900
167695km
2011
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29632_9.jpg
TOYOTA
FORTUNER
(2025)

TOYOTA 2.8 GD-6 4X4 AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKA3FS600635162
AHTKA3FS600635162
Colour: Glacier White (040)
MOL01644
28921648

Enquire

Contact Form - Satellite
<?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 789 900
19958km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050050_8.jpg
TOYOTA
FORTUNER
(2025)

TOYOTA 2.8 GD-6 4X4 6AT MHEV

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKE3FS301600707
AHTKE3FS301600707
Colour: Glacier White (040)
MOL01644
28923420

Enquire

Contact Form - Satellite
<?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 869 900
1km
2025
AUTOMATIC
More details