Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1.  
  2. <?php
  3. $promotion_posts_thumb = ot_get_option($post->ID, 'promotions_post', true);
  4. if ( ! empty( $promotion_posts_thumb ) ) { ?>
  5.  
  6. <?php foreach( $promotion_posts_thumb as $promotion_img ) {
  7. if ( ! empty( $promotion_posts_thumb ) ) {
  8. ?>
  9.  
  10. <img src="<?php echo $promotion_img['promotions_post_img'] ?>" alt="Promotions Thumb" class="img-responsive">
  11.  
  12. <?php
  13. }
  14. } ?>
  15.  
  16. <?php }
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement