Created
June 7, 2017 19:15
-
-
Save daronspence/08e708c4391ea3ddc6fb9d54ec84e66b to your computer and use it in GitHub Desktop.
This file contains hidden or 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('partners_logos', $acfw) ): ?> | |
<?php while( have_rows('partners_logos', $acfw) ): the_row(); ?> | |
<div class="col-md-6"> | |
<img src="<?php the_sub_field('logo', $acfw); ?>" alt="" class="img-responsive"> | |
</div> | |
<?php endwhile; ?> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment