There are lots of other explanation why customers may wish to alternate the default add listing in WordPress.

On the subject of efficiency, it makes it imaginable to host photographs on a subdomain, additionally making backups extra environment friendly. Converting the listing too can create a unique URL construction and group for media information.

Previous to WordPress 3.5, you should alternate the add listing trail from the Settings menu within the backend, however that is not imaginable.

In these days’s Weekend WordPress Mission, I’ll display you the right way to simply alternate your default uploads folder.

Media folder
Create a customized media uploads folder in your website online.

Trade Default Media Folder

Open your wp-config.php document, locoed on the root of your WordPress set up, and upload the next snippet:

outline('UPLOADS', 'wp-content/myimages');

Be sure you upload this code earlier than the road:

require_once(ABSPATH.’wp-settings.php’);

If the listing doesn’t exist already, WordPress will routinely create it so long as the wp-content folder is writeable. Differently you’ll be able to nice the folder your self by way of FTP, cPanel and so forth.

Media folder
Create a customized media folder in your WordPress website online.

You’ll additionally alternate the best way uploads are arranged. For those who open your uploads folder you’ll realize that information, by way of default, are looked after into years. You’ll alternate your document group so that each one media information are dumped in the only folder. Move to Settings > Media and uncheck “Prepare my uploads into month- and year-based folders.”

Now not best will it make your URLs more effective, it’s going to additionally aid you see your whole information in a single position as an alternative of getting to type thru month and yr directories.

WordPress Developers

[ continue ]