<?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,
}
}
});
});
BMW 1 Series (2021)
BMW 128ti
R 529 900
Range:
1 Series
Year:
2021
Mileage:
73 000 km
Colour:
WHITE
Transmission:
Fuel:
Vehicle ID:
1960
2021 BMW 128ti Automatic
* 2.0L Turbo Petrol Engine
* 180kW Power
* 380Nm Torque
* 8-Speed Automatic Transmission
* Front-Wheel Drive
* 0–100km/h in approximately 6 seconds
* Top Speed: 243km/h
* Sporty M Performance Styling
* Premium BMW Interior
* Sports Seats
* Digital Instrument Cluster
* BMW iDrive Infotainment System
* Apple CarPlay
* Rear Parking Sensors
* LED Headlights
* Balance of BMW Maintenance Plan
* A proper hot hatch with everyday practicality and serious performance.
Available from NMI Ford Alberton
<?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
https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/01.jpg?v=20260816172222, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/02.jpg?v=20260816172223, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/03.jpg?v=20260816172223, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/04.jpg?v=20260816172223, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/05.jpg?v=20260816172223, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/06.jpg?v=20260816172224, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/07.jpg?v=20260816172224, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/08.jpg?v=20260816172224, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/09.jpg?v=20260816172224, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/10.jpg?v=20260816172225, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/11.jpg?v=20260816172225, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/12.jpg?v=20260816172225, https://ststockprodsanorth001.blob.core.windows.net/stockimages/1622/13.jpg?v=20260816172225
BMW
1 Series
(2020)
BMW M135i xDrive
<?php $post_id = get_the_id(); $post_meta = get_post_meta($post_id); echo print_r($post_meta); ?>
WBA7L120807E96875
WBA7L120807E96875
Colour: BLUE
MOL01630
1622
1622
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");
}
}
?>






























