Support

Account

Home Forums Add-ons Options Page Options Page Repeater breaking footer template Reply To: Options Page Repeater breaking footer template

  •         <div class="social_icons">
    
            <?php
            if( have_rows('social_icons', 'option') ):
    
                while ( have_rows('social_icons', 'option') ) : the_row(); ?>
    
                 <a href="<?php the_sub_field('link'); ?>" title="<?php the_sub_field('name'); ?>"> <?php the_sub_field('font_awesome_code'); ?> </a>
    
             <?ph   endwhile;
            else :
            endif;
            ?>
    
            </div><!-- .social_icons -->