Tagged Questions
1
vote
2answers
1k views
How to change the file upload directory on version 3.5?
The option to change the upload folder for images is gone on version 3.5, any way to make it visible again or a workaround ?
From this core ticket:
Changing the upload_path and upload_url_path ...
0
votes
1answer
81 views
Images not being generated at correct size
I have my WordPress Media settings set like so. Based on these settings no generated large image should exceed the width of 540px.
I embed an image in a post like so. I choose "Large" as a image ...
0
votes
1answer
48 views
image URL changed in wordpress
I have moved a theme from local to live and the image URL's are showing my live localhost default url instead of the current live url.
Any idea's on why and how to fix this?
The site is live at ...
0
votes
1answer
78 views
is it possible to force wordpress to always save thumbnails as 'jpg' not 'png'
I cant see any settings and cant see much in the php api docs regarding this?
for instance if the original file upload is a png wordpress converts to jpg
0
votes
1answer
170 views
Double slash in upload URLs
Wordpress is automatically adding a trailing slash to my custom upload folder in Settings ยป Media. This is causing upload URLs (for example, for images uploaded through the Media Uploader) to get a ...
1
vote
1answer
3k views
How to make WordPress use new Upload Path settings in Multisite Setup
I have a site that is setup for WordPress multisite. The main site works, but the subdomains are not functioning as I would like them to.
Here are the settings for the main site:
Upload Path: ...
2
votes
1answer
803 views
How to upload images using Settings API
I want to allow users to upload images for use in a rotating banner. I tried using the media library, but didn't get much help ... So I thought, I'd just implement the upload myself. But I encountered ...