Support

Account

Home Forums Add-ons Flexible Content Field Clone partial used in multiple contexts Reply To: Clone partial used in multiple contexts

  • Yes that works, thank you

    if( have_rows('home_page_intro') ):
      while ( have_rows('home_page_intro') ) : the_row();
        get_template_part( 'components/clones/split-col');
      endwhile;
    endif;