How to restrict users to child theme only
-
How could I use my child theme (child to twentyeleven) as the default theme when someone creates a new blog. I’ve tried everything and I’m starting to think it’s not possible.
Location of twentyeleven parent theme:
/wp–content/themes/twentyeleven/Location of BP child theme:
/wp–content/themes/twentyelevenchild/My child theme is the only thing I have network activated but still it defaults to the twentyeleven parent. I’ve tried using the define(‘WP_DEFAULT_THEME’, ‘theme-folder-name’); method in the wp-config but I get a white screen when loading the sub-domained blog. I’ve tried hardcoding it into the default-constants.php with limited results.
Please help!
Thanks!
This is for a clean BP install using the latest versions of both WP and BP where blogs get created as a subdomain.
- The topic ‘How to restrict users to child theme only’ is closed to new replies.

Ummm… I’m just using 20 10 default that came with WordPress. If there is another can you point me to it?