Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Last active October 15, 2018 10:34
Show Gist options
  • Save ihorduchenko/ea157b17c34e455873395853af34726e to your computer and use it in GitHub Desktop.
Save ihorduchenko/ea157b17c34e455873395853af34726e to your computer and use it in GitHub Desktop.
Get page / post thumbnail
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?>
<?php echo $image[0]; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment