Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if( have_rows('pt_choice_1_examples','option') ):
  2.  
  3. while( have_rows('pt_choice_1_examples','option') ) : the_row();
  4. ?>
  5.  
  6. <div class="relative">
  7. <img src="<?php echo get_sub_field('pt_example_image')['url'];?>" class="Images" alt="medicinePage">
  8. <a href="">
  9. <img src="<?php the_field('pt_hover_icon','option');?>"></a>
  10. </div>
  11. <?php
  12.  
  13.  
  14. endwhile;
  15.  
  16. endif;
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement