Display thumbnail of first attachment
-
I found this function in wp-includes/media.php:
// as per wp_get_attachment_image_src, but returns an <img> tag function wp_get_attachment_image($attachment_id, $size='thumbnail', $icon = false)
I want to be able to display the thumbnail of the first post attachment in my loop, can I accomplish using this function?
Is there a better way?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display thumbnail of first attachment’ is closed to new replies.