Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edveraxo/1379fc7e97bfb8b7dd24 to your computer and use it in GitHub Desktop.
Save edveraxo/1379fc7e97bfb8b7dd24 to your computer and use it in GitHub Desktop.
<?php if(get_field('slider')): ?>
<?php while(has_sub_field('slider')) : ?>
<?php the_sub_field('slide_html'); ?>
<?php endwhile; ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment