Support

Account

Home Forums Add-ons Options Page Flexible Content from Options page Reply To: Flexible Content from Options page

  • I fixed it, sorry. This worked for me:

    <?php if( have_rows('commissioned-overview_content', 'option') ): ?>
    
        <?php while( have_rows('commissioned-overview_content', 'option') ): the_row(); ?>
    
            <?php the_sub_field('commissioned-overview_content_link'); ?>
    
        <?php endwhile; ?>
    
    <?php endif; ?>