Tagged Questions
2
votes
3answers
2k views
How to find attachment ID for first image in a post
I am using a plugin to forward photo posts from wordpress to a tumblr blog.
I have the following code:
//post blog to tumblr
function postBlogTumblr($postID)
{
$URLServer = ...