ACF Nested Repeater

<?php if( get_field('document_category') ): ?> <?php while( has_sub_field('document_category') ): ?> <div><?php the_sub_field('doc_cat');?></div> <?php if( get_sub_field('documents') ): ?> <?php while( has_sub_field('documents') ):?> <div><?php the_sub_field('doc_title'); ?> | <?php the_sub_field('file'); ?> | <?php the_sub_field('doc_type'); ?></div> <?php endwhile; ?> <?php endif; ?> <?php endwhile;?> <?php endif; ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.