How do I get the URL of only the first picture in a Wordpress post? I don't want the URL of the thumbnail, but the first picture in the post loop. I only need the URL for linking purposes.
Thanks for your help everyone!
|
How do I get the URL of only the first picture in a Wordpress post? I don't want the URL of the thumbnail, but the first picture in the post loop. I only need the URL for linking purposes. Thanks for your help everyone! |
|||||||
|
|
The answer is in Codex. Note that wp_get_attachment_image_src returns the URL of an image's full version if you want. |
|||||
|