Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1.     <?php
  2.     if (function_exists('get_rand_img_from_post')):
  3.         if ( $my_random_image = get_rand_img_from_post()):?>
  4.             <a href="<?php echo $my_random_image['post-link']?>" title="<?php echo $my_random_image['title']?>"><?php echo $my_random_image['imgtag']?> </a>
  5.         <?php else: ?>
  6.             <a href="<?php the_permalink();?>" title="<?php the_title();?>"><img src="<?php bloginfo('template_directory'); ?>/images/default.jpg" /> </a>
  7.         <?php endif;?>
  8.     <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement