Posts tagged ‘store uploads in this folder’

Fix “Unable to create directory” WordPress error

Posted on: July 21, 2013 Permalink: Bookmark Discussion: 3 Comments Tags: , ,

Video Guide for “Unable to create directory” WP error define( 'UPLOADS', trailingslashit( WP_CONTENT_FOLDERNAME ).'custom_uploads_name' ); for example: define( 'UPLOADS', 'wp-content/'.'files' );