Skip to content

Instantly share code, notes, and snippets.

@aabir
Created January 11, 2016 10:40
Show Gist options
  • Save aabir/ea13f20a65848a281d43 to your computer and use it in GitHub Desktop.
Save aabir/ea13f20a65848a281d43 to your computer and use it in GitHub Desktop.
WordPress get featured image url
<?php
$thumb = get_post_thumbnail_id();
$img_url = wp_get_attachment_url( $thumb,'full');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment