Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to get post image url in wordpress

Ankit Agrawal
Ankit Agrawal
Published on July 13, 2015 · 1 min read
$aPostImageUrl = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
echo $aPostImageUrl;
Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article How to get latitude and longitude from address in php Next Article → how to delete value from array in php