Created
September 23, 2011 11:36
-
-
Save vbk/1237168 to your computer and use it in GitHub Desktop.
Moving wp-content and problem with themes?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/blog/wp-content' ); | |
define( 'WP_CONTENT_URL', 'http://example/blog/wp-content'); | |
define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/blog/wp-content/plugins' ); | |
define( 'WP_PLUGIN_URL', 'http://example/blog/wp-content/plugins'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment