Created
January 11, 2016 10:40
-
-
Save aabir/ea13f20a65848a281d43 to your computer and use it in GitHub Desktop.
WordPress get featured image url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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