Advertisement
Abubakar1309

loop

Sep 17th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) {
  2.  
  3. echo get_the_post_thumbnail($post->ID);
  4.  
  5. } else {
  6.  
  7. echo main_image();
  8.  
  9. } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement