Support

Account

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.