0
votes
1answer
71 views

“Securing” images in WordPress

I'm generally against the practice of making images difficult to download on websites. However, we have a number of photographic contributors who grant us exclusive free access to their images. Not ...
1
vote
2answers
465 views

Fixing media links after importing to multisite

When i imported all posts and media from a old site to new site which on wordpress multisite. The image links on posts are got broken because how media are stored on a multisite is quite different ...
3
votes
2answers
1k views

Is there a plugin to make attaching images easier?

I am using the "attach" feature in the media library to link a set of images to specific pages. Our custom theme displays these attached images in a particular way. We are setting up Wordpress as ...
4
votes
7answers
873 views

Publishing presentations in WordPress?

I'm looking for a solution that would enable me to publish a presentation inside WordPress. I do not want to attach a PPT file or embed a Flash plugin for that, I'm looking for a HTML solution. I ...
3
votes
2answers
1k views

How to add a category or tag to media at upload time with the browser uploader?

I don't use WordPress very often... I hope this makes some sense :-) Is there a way to sort media files into categories? I want to give some order to the media that are being uploaded to the website, ...
15
votes
8answers
5k views

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

I want users to be able to upload photos using add_cap('upload_files') but in their profile page, the Media Library shows every image that's been uploaded. How can I filter that so that they can only ...