lolitaloco

Untitled

Sep 28th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php if(get_field('puffar_framsidan'))
  2. {
  3. echo '<ul>';
  4. while(has_sub_field('puffar_framsidan'))
  5. {
  6. if(!empty(get_sub_field('pufftitel_framsidan')));
  7. {
  8. echo '<li>' . get_sub_field('pufftitel_framsidan') . '</li>';
  9. }
  10. if(!empty(get_sub_field('bildtext_stor_framsidan')));
  11. {
  12. echo '<li>' . get_sub_field('bildtext_stor_framsidan') . '</li>';
  13. }
  14.  
  15. }
  16. echo '</ul>';
  17. }
  18. ?>
Add Comment
Please, Sign In to add comment