Home › Forums › Backend Issues (wp-admin) › Can't update options page repeater image › Reply To: Can't update options page repeater image
Hi John,
No caching plugin, I don’t like those when I am developing websites.
Here is the code:
<?php if(get_field('social_media_section')): ?>
<?php while(the_repeater_field('social_media_section')): ?>
<a href="<?php the_sub_field( "social_media_image_link" ); ?>" target="_blank"><img src="<?php the_sub_field( "social_media_image" ); ?>" /></a>
<?php endwhile; ?>
<?php endif; ?>
It did work yesterday but then I went and deleted a image and since then it stopped working. If you need admin access I can provide that, or FTP info as its on a site in development.
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.