diff --git a/www/wp-config.php b/www/wp-config.php index 6b020de..9b4a3d8 100644 --- a/www/wp-config.php +++ b/www/wp-config.php @@ -69,7 +69,7 @@ } else if ( 'skeleton' === BOX_DIRECTORY_LAYOUT ) { define( 'WP_SITEURL', BOX_URL_SCHEME . '://' . SITE_DOMAIN . '/wp' ); - define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '/content' ); + define( 'WP_CONTENT_DIR', dirname( dirname( __FILE__ ) ) . '/content' ); define( 'WP_CONTENT_URL', BOX_URL_SCHEME . '://' . SITE_DOMAIN . '/content' ); }