Support

Account

Home Forums Add-ons Repeater Field Use of repeater field with conditional logic Reply To: Use of repeater field with conditional logic

  • I didn’t include that markup for brevity.

    but the code you posted is essentially correct, you just need to add a few php close/open tags for the markup bits

    
    elseif ($content_type == 'video') {
      ?><div class="full-width"><?php the_sub_field('video_content'); ?></div><?php 
    }