Guest User

Untitled

a guest
Jan 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. if( is_single() ){
  3. echo get_the_post_thumbnail_url(get_the_ID(),'full');
  4. }
  5. ?>
Add Comment
Please, Sign In to add comment