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 = ...
1
vote
1answer
334 views
get post attachment using ajax
I'm developing a plugin and I'm trying to get the url's from a post's attachments with ajax.
If the user is on a single.php page. After some seconds, I'm sending an Ajax request, getting all the ...
3
votes
3answers
2k views
Getting Path To Uploaded Attachment Image After Upload
After you have uploaded an attachment in Wordpress using the media upload screen, is there a hook or filter I can run after the image has been uploaded where I can get the path to the uploaded image ...