Guest User

Untitled

a guest
Jul 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while ( have_rows('top_informations') ) : the_row(); ?>
  2.  
  3. <img src="<?php the_sub_field('image')?>">
  4.  
  5.  
  6. <h2><?php the_sub_field('title_text')?> </h2>
  7.  
  8.  
  9. <?php endwhile;
  10.  
  11. // echo '</ul>';
  12.  
  13. endif;`
Add Comment
Please, Sign In to add comment