Home › Forums › Add-ons › Gallery Field › First Image In Gallery As Featured Image › Reply To: First Image In Gallery As Featured Image
Another question, how do I remove the first image from the gallery, I get the first image repeating itself.
<?php if ( have_rows('apartamento_1_alcoba') ): ?>
<div id="img-module-slider-1" class="vivienda-slider">
<?php while( have_rows('apartamento_1_alcoba') ) : the_row();
$icono_1_alcoba = get_sub_field('icono');
$gallery = get_sub_field('lightbox');
$id_1_alcoba = get_sub_field('plano_id');
?>
<section data-featherlight-gallery data-feather-filter="a">
<a class="apt-gallery-<?php echo $id_1_alcoba ?>" href="<?php echo $gallery[0]['url'] ?>">
<img class="module-img-size" src="<?php echo $icono_1_alcoba['url'] ?>" alt="<?php echo $icono_1_alcoba['alt'] ?>">
</a>
<?php if ( $gallery ): ?>
<?php foreach ( $gallery as $image ): ?>
<a class="apt-gallery-<?php echo $id_1_alcoba ?>" href="<?php echo $image['url'] ?>" alt="<?php echo $image['alt']?>"></a>
<?php endforeach; ?>
<?php endif; ?>
</section>
<?php endwhile; ?>
</div>
<?php endif; ?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
The most recent ACF Chat Friday featured a live demo of how to register CPTs directly in the plugin, one of our most requested features. Check out the summary below for a replay of the demo, and don’t forget to register for the next session! https://t.co/k2KQ3WWBAz
— Advanced Custom Fields (@wp_acf) March 9, 2023
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.