Advertisement
aminsbd

Untitled

Feb 17th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php if ( has_post_thumbnail() ) :
  2. $thumbnail_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large' );
  3.  
  4. else :
  5. $thumbnail_url = "http://url-no-image.jpg";
  6.  
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement