Skip to content

Instantly share code, notes, and snippets.

@zhukovec
Forked from agragregra/post-thumbnail.html
Created November 11, 2017 14:28
Show Gist options
  • Select an option

  • Save zhukovec/4c23145e3966e497dc5f9c45059e3ca9 to your computer and use it in GitHub Desktop.

Select an option

Save zhukovec/4c23145e3966e497dc5f9c45059e3ca9 to your computer and use it in GitHub Desktop.
WordPress Post Thumbnail URL
<?php $url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large' ); $url = $url['0']; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment