if( get_row_layout() == 'titel' ): ?>
the_sub_field('titel'); ?>
elseif( get_row_layout() == 'content' ): ?>
the_sub_field('tekst_links'); ?>
the_sub_field('tekst_rechts'); ?>
elseif( get_row_layout() == 'content_full' ): ?>
the_sub_field('tekst_full'); ?>
endif; ?>
if( get_row_layout() == 'titel' ): ?>
the_sub_field('titel'); ?>
elseif( get_row_layout() == 'content' ): ?>
the_sub_field('tekst_links'); ?>
the_sub_field('tekst_rechts'); ?>
elseif( get_row_layout() == 'content_full' ): ?>
the_sub_field('tekst_full'); ?>
endif; ?>
if( get_row_layout() == 'titel' ): ?>
the_sub_field('titel'); ?>
elseif( get_row_layout() == 'content' ): ?>
the_sub_field('tekst_links'); ?>
the_sub_field('tekst_rechts'); ?>
elseif( get_row_layout() == 'content_full' ): ?>
the_sub_field('tekst_full'); ?>
endif; ?>