In my wp-config.php
I’ve added another theme directory; register_theme_directory( dirname( __FILE__ ) . '\..\themes' );
. I’m not sure if this is the correct place to add it.
When I then try to preview my theme, I just get the error message Cheatin’ uh?
.
Does anyone know how to fix this?