Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. if( has_post_thumbnail(get_the_ID()) ) {
  3. echo '<div style="background-image:url(\''.wp_get_attachment_url( get_post_thumbnail_id(get_the_ID()) ).'\')"></div>';
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement