Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Possible Duplicate:
Restricting Users to View Only Media Library Items They Have Uploaded?

I need this function: when user edit article, he can use media library to insert image, but only the image he upload it (he can't use image that upload by other user)

how could I implement it ? thanks.

share|improve this question

marked as duplicate by Bainternet, toscho Jul 6 '12 at 20:10

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

The image library in WordPress is available to all editors/authors of the blog, so I can't see how this could be implemented. I guess you don't want give them access to the images you've uploaded, but... why? Can't you just tell the user that he always must upload at least one image to the post he writes?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.