Answer the question
In order to leave comments, you need to log in
How to make images in slick replaceable with ACF gallery + WP?
<div id="slider" class="content_slider" style="position: absolute;">
<?php
$images = get_field('gallery');
if( $images ): ?>
<?php foreach( $images as $image ): ?>
<img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>">
<?php endforeach; ?>
<?php endif; ?>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question