• Is it possible to have all images that are linked to via URL transferred to WordPress’ images folder to avoid stealing bandwidth?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can change the file upload path for your wordpress images from wordpress admin area…or from the wp-config.php file..just like:

    require_once(ABSPATH.’wp-settings.php’);
    define(’UPLOADS’, ‘wp-content/myuploads);

    Thanks,

    Shane G.

    Thread Starter munchman

    (@munchman)

    Uploading images from the local PC works fine, I was wondering if it is possible to have wordpress copy any images uploaded via url to that directory. Right now it just hotlinks it.

    Thread Starter munchman

    (@munchman)

    <bump>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload images from URLs to media folder.’ is closed to new replies.