Home › Forums › Backend Issues (wp-admin) › Can't update options page repeater image › Reply To: Can't update options page repeater image
Hi John,
OK I have just tried both of those and nothing appears, I even deleted the repeater and sub rows and then readded them under a different name, here is my code:
<?php if( have_rows('social') ): ?>
<?php while( have_rows('social') ): the_row(); ?>
<a href="<?php the_sub_field( "media_image" ); ?>" target="_blank"><img src="<?php the_sub_field( "media_link" ); ?>" /></a>
<?php endwhile; ?>
<?php endif; ?>
I don’t see anything wrong there?
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.