Created
November 3, 2015 09:18
-
-
Save erezLieberman/8d710cb1d3c673aa0bec to your computer and use it in GitHub Desktop.
acf repeater short syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if( have_rows('left_box_items') ): while ( have_rows('left_box_items') ) : the_row();?> | |
<?php the_sub_field('sub_field_name'); ?> | |
<?php endwhile;endif;?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment