Closed willmot closed 12 years ago
wp-less currently breaks if you change WP_CONTENT_DIR to be something other than /wp-content/.
WP_CONTENT_DIR
/wp-content/
We use the following layout for our projects: http://github.com/humanmade/HM-Base/.
Basically WordPress is submoduled into /wordpress/ and then WP_CONTENT_DIR is set to / so web root looks like:
/wordpress/
/
plugins/ themes/ index.php uploads/ wordpress/ wp-config.php
Thanks Tom, this is a much tidier solution.
wp-less currently breaks if you change
WP_CONTENT_DIR
to be something other than/wp-content/
.We use the following layout for our projects: http://github.com/humanmade/HM-Base/.
Basically WordPress is submoduled into
/wordpress/
and thenWP_CONTENT_DIR
is set to/
so web root looks like: