Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active January 8, 2019 13:09
Show Gist options
  • Save agragregra/a953a1588126a9f16124 to your computer and use it in GitHub Desktop.
Save agragregra/a953a1588126a9f16124 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']; ?>
@BahtaDima
Copy link

post-thumbnail.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment