Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if ( has_post_thumbnail() ) :
- $thumbnail_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large' );
- else :
- $thumbnail_url = "http://url-no-image.jpg";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement