<?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
R 485 870
Range:
COROLLA CROSS 1.8 XR
Year:
2026
Mileage:
1 132 km
Colour:
White
Transmission:
AUTOMATICMANUAL
Fuel:
DieselPtrol
Vehicle ID:
29469975
Available from NMI Toyota Tygervalley
<?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");
}
}
?>Call Now
Available from Tygervalley
NMI Toyota Tygervalley, Tygervalley, 282 Durban Rd, Bo Oakdale, Cape Town, 7530, South Africa
Similar Listings
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050093_11.jpg
TOYOTA
COROLLA CROSS 1.8 XR
(2025)
TOYOTA
<?php $post_id = get_the_id(); $post_meta = get_post_meta($post_id); echo print_r($post_meta); ?>
AHTKFBAG800661745
AHTKFBAG800661745
Colour: Brass Gold (5C2)
MOL01640
29469397
29469397
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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050022_11.jpg
TOYOTA
COROLLA CROSS 1.8 XR
(2026)
TOYOTA
<?php $post_id = get_the_id(); $post_meta = get_post_meta($post_id); echo print_r($post_meta); ?>
AHTKFBAG500663632
AHTKFBAG500663632
Colour: Brass Gold (5C2)
MOL01651
29468287
29468287
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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01640_ud0050094_11.jpg
TOYOTA
COROLLA CROSS 1.8 XR
(2025)
TOYOTA
<?php $post_id = get_the_id(); $post_meta = get_post_meta($post_id); echo print_r($post_meta); ?>
AHTKFBAG800661700
AHTKFBAG800661700
Colour: Brass Gold (5C2)
MOL01640
29469398
29469398
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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01651_ud0050031_14.jpg
TOYOTA
COROLLA CROSS 1.8 XR
(2026)
TOYOTA
<?php $post_id = get_the_id(); $post_meta = get_post_meta($post_id); echo print_r($post_meta); ?>
AHTKFBAG700667892
AHTKFBAG700667892
Colour: Silver Metallic
MOL01651
29468290
29468290
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");
}
}
?>







