Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created March 24, 2020 11:41
Show Gist options
  • Save sarvar/beaccd20b94544c8daba12050e96eb58 to your computer and use it in GitHub Desktop.
Save sarvar/beaccd20b94544c8daba12050e96eb58 to your computer and use it in GitHub Desktop.
Wordpress: post thumbnail in background-image
<div class="quote big" style="background-image: url('<?php echo wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) ); ?>');">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment