这是我在wp config中设置内容目录的方式。php
// ========================
// Custom Content Directory
// ========================
define( \'WP_CONTENT_DIR\', dirname( __FILE__ ) . \'/somedir\' );
define( \'WP_CONTENT_URL\', \'http://\' . $_SERVER[\'HTTP_HOST\'] . \'/somedir\' );