pifa

Random Image from ACF Gallery

Sep 23rd, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. $gallery = get_field('hintergrunde', 'options');
  3. $rand = array_rand($gallery, 1);
  4.  
  5. if( $gallery ): ?>
  6.     <div id="background" style="background:url(<?php echo $gallery[$rand]['url']; ?>) center center no-repeat;"></div>
  7. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment