How To Get Featured Image By Post Id In Wordpress. Get the featured image the default way. (if you are planning to extract full row., replace guid with *) $query =” select p.guid from wp_postmeta as pm inner join wp_posts as p on pm.meta_value=p.id where pm.post_id = $post_id

You can use the image url in front end or any other purpose. Get post featured image url in wordpress august 13, 2014 august 13, 2014 deepak baranwal wordpress some times we need to get image url from post featured image to implement on code. To get the featured image, paste this code inside the loop code in single.php, post.php, and template.php file.