• I have multisite enabled and I uploaded a theme to the Network Admin and I have Network Enabled on the theme but the theme doesn’t come up on subdomains (the theme does show up on the main site). Do I have to enable multisite on the subdomain too? Is there something else I’m doing wrong? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can set the chosen theme to be your default for new sites/blogs by adding this to your wp-config.php file:

    // Set Default Theme
    define('WP_DEFAULT_THEME', 'Theme_Folder_Name');

    Change “Theme_Folder_Name” to your theme folder name, not the actual theme name.

    Good luck.

    Thread Starter kdgarcia86

    (@kdgarcia86)

    Thanks, I’m not trying to make a theme a default for all subdomains. I actually want different themes. But I was wanted to know if installing the theme in the Network Admin area makes the theme available for installation on the subdomain site or if I had to install the theme on the subdomain separately.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subdomain and Theme Settings’ is closed to new replies.