Home › Forums › ACF PRO › How to achieve this (with repeater fields)? › Reply To: How to achieve this (with repeater fields)?
Will look into that, thanks Jarvis!
I found a video as well with custom code, tried to use it but got critical errors when code is executed 🙁
Basic code for just extracting data:
<?php if(have_rows('affiliateproviders')):?>
<?php while( have_rows('affiliateproviders')): the_row;?>
<?php the_sub_field('logoaanb');?>
<?php endwhile;?>
<?php endif;?>
Someone familiar with this as well?
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!
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 Privacy Policy. If you continue to use this site, you consent to our use of cookies.