Tagged Questions
1
vote
1answer
77 views
Import media to online WordPress from local development
I have a site being developed locally and I want to import the contents to an online installation. I used wordpress "import" but it cant get the media files. Is there any "wordpress" was of doing this ...
1
vote
1answer
74 views
Media Uploader in custom path
I am creating a CSS generator in my WordPress theme and I want to be able to save custom skins with images as well. My problem is that I have a hierarchy like /skins/custom-skin/images for the ...
1
vote
1answer
77 views
Add attachment for all images in post
I want to move someone else's WordPress blog to a new server. I only have access to the exported XML file of the blog. When importing the XML with the Wordpress Importer plugin, everything went fine ...
0
votes
1answer
188 views
How to add a download link to a movie from WP media library?
All,
I'm creating a custom theme for WP and it has some pages that play videos from WP media library with an HTML5 player. I wanted to also have a link next to the player to allow the users to ...
0
votes
1answer
235 views
Get attachments by user
Is there a way to get attachments by user? I need a way to display all the images uploaded by a specific user. (I probably need the attachment IDs so that I can use wp_get_attachment_url to display ...
3
votes
2answers
412 views
How to force Media manager to overwrite files of same name?
I have a widget that works with my theme that expects images named in a certain way, slide1.png, slide2.png, etc...
However, when the user uploads their own images, named slide1.png, slide2.png, etc ...
1
vote
2answers
2k views
Plugging into the Media Library to upload images (NOT associated with any post)
My Old Question:
I made a Theme with rotating banner,
common thing. So I want a way for
users to select images. I think
instead of implementing my own upload,
I think its better to allow ...
0
votes
2answers
193 views
Is it possible to determine when user is at “Media > Add New” vs “Post > Add an Image”
I want to wrap the filter below in a conditional that tests whether the user is uploading an image from the Media Manager (Admin > Media > Add New) and not from the post editor image upload routine.
...
0
votes
3answers
2k views
How can I stop WP media uploader from creating duplicates of my uploaded images?
I have a setting in my theme that seeks to prevent the WP media manager upload utility from creating multiple copies of each image I upload. Apparently the latest versions of WP have changed the ...