Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Created June 29, 2014 20:53
Show Gist options
  • Save aderaaij/e14278232612c4afc17b to your computer and use it in GitHub Desktop.
Save aderaaij/e14278232612c4afc17b to your computer and use it in GitHub Desktop.
<?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'thumbnail_size' );
$url = $thumb['0']; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment