Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #214608

    Hi,

    I want to move all my photo’s outside of the uploads folder:
    – to eliminate the ugly urls to the photo’s
    – to make managing the photo’s easier
    – to be able to move the photo’s to a cdn in the future.

    Which approach is best when using the enfold theme?

    Thanks,
    Sara

    #214624

    Hi sdeceulaer!

    Whatever method you use that will work with WordPress will work with the theme. The how-to part of it is outside what we can help with via support however.

    Best regards,
    Devin

    #217182

    Thanks,
    I know this is outside the scope, but as a wordpress newbie, I wanted to be sure the strategy I read about would not cause problems with this theme.

    Thanks,
    Sara

    #217290

    Hi!

    You can add something like this on wp-config.php to move the image folder.

    define( 'UPLOADS', '/wp-content/uploads/custom' );

    This will create a folder named “custom” inside the uploads folder. All images will be place on “custom” folder.

    Note: This will change the directory of the image folder and you might need to move the existing images on the new folder.

    Regards,
    Ismael

    #217590

    I was thinking about using the WP super cache, to go a little further in optimizing the site

    • This reply was modified 10 years, 9 months ago by sdeceulaer.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘move media from uploads folder outside of wordpress folder’ is closed to new replies.