Progressive Suggestion: Saving /gallery to custom defined content folder
-
Hi there,
My development workflow requires me to have original WordPress files in a separate folder from wp-content at the root of my web sites. (This helps with collaborative git versioning and WordPress updating directly from Github among my team).This means that I require plugins, themes and uploads (and gallery) to save to a custom content directory at the root, the path to which I code right into the wp-config file:
define('WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/content'); define('WP_CONTENT_URL', 'https://' . $_SERVER['SERVER_NAME'] . '/content');
Nextgen, however, does not heed my redefinition of the content folder and insists on saving galleries to the WordPress/wp-content/gallery/ .
Is there a way to code Nextgen to progressively respect wp-config custom definitions?
- The topic ‘Progressive Suggestion: Saving /gallery to custom defined content folder’ is closed to new replies.