Skip to content

Instantly share code, notes, and snippets.

@kirandash
Created July 11, 2016 10:08
Show Gist options
  • Save kirandash/4618c8a8e6e0465b785fa397e2f5cd32 to your computer and use it in GitHub Desktop.
Save kirandash/4618c8a8e6e0465b785fa397e2f5cd32 to your computer and use it in GitHub Desktop.
<?php if (has_post_thumbnail( $post->ID ) ): ?>
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
<div id="custom-bg" style="background-image: url('<?php echo $image[0]; ?>')">
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment