The WP_DEFAULT_THEME
constant actually just overrides what WordPress sets as default theme (which per default is the latest of the bundled themes). It does not really help you to define your parent theme. In fact you just have to “Network enable” your parent and child themes and then set the parent theme in the child themes header. No need to do more than that:
/**
* Theme Name: Awesome Child Theme Name
* Template: parent-theme-folder-name
* ...
*/
Related Posts:
- Child Theme CSS Not Overriding Parent Theme In MultiSite Site
- PHP Notices appear when browsing any page in admin, but only for child theme, using code from WP Codex
- Grandchild themes and optimal network architecture
- Is it necessary to network enable both the parent and child theme for multisite installations?
- WordPress Multisite Multiple child theme
- Hard Code Pages into a Theme for a Network (multisite) Installation
- Display custom homepage text based on domain
- Global Parent theme for all sites
- Activate Child Theme with Codex
- Child Theme activates, but nothing from parent theme displays (MAMP, Multisite)
- Development of new theme and rollout on multisite
- Child Theme Based on Toolbox Not Found
- Remember language choice on multisite website
- Downloading customized theme from wordpress
- Created child theme from Themegrill Flash-Pro and the child theme is blank
- Change header.php of a specific WordPress Multisite
- Applying Child Theme to another site, which has its own URL
- How to delete post revisions?
- How to get blog name, when using WordPress Multisite
- Upload path/URL weirdness for the main blog of a multisite/network setup
- WP_Site_Query vs. WP_Network_Query in WordPress 4.6
- Multisite/network–automatic self-registration, blog setup
- COOKIE_DOMAIN setting confusion
- Restrict users on multisite WordPress install
- Possible to make custom role in multisite that can add sites?
- Multisite: use media from one site vs. copying the same media to all language sites?
- Using separate Apache log files for multisite
- Nginx rules for subdomain multisite install (Bedrock)
- when using add_user_to_blog getting error “Call to undefined function get_userdata”
- Restrict the user access in multi site for non-assigned blogs
- Network setup tab is not shown under Tools
- Set multisite settings when new site created
- SQL to check how many sites a user is a member of
- Getting an ERROR: Cookies are blocked error when logging in to a site on a different domain?
- What type of Google tracking should I use?
- Force Uploads Use Yearmonth to off (0) for all existing sites in Multisites
- How can I get multisite primary blog (url or path) for current user?
- convert from single site to multisite (network) with existing subdomains
- WordPress Multisite – Multiple Subdirectories
- Changing admin sub-domain in WordPress multisite
- Yoast Sitemap grouping external sitemaps [closed]
- Change Username?
- How to Redirect login User with Mapped Domiain Primary blog Url to Original Sub-site Url
- Determining the compatibility of Settings API & Multisite
- How to load parent theme style.css?
- Update User Role Across Network when Main Site User is Updated
- Get the User ID Who Owns a Given Blog ID in Multisite
- Create custom role, multisite, add users/sites?
- Images don’t show up
- Redirect subdomain in Multisite installation?
- Include only a domain path in multisite Network
- How can I automatically duplicate a site’s pages onto network site?
- Gravity Forms: gform_wrapper stays hidden even though JS-scripts load without errors
- Multisite User cannot access dashboard
- changing blog title to an image using filter function in child theme
- WordPress Multisite logout conflict
- SEO implications of assigning a new domain to a multisite subdomain [closed]
- How can I add custom meta on signup page and pass along to be used after blog activation?
- 404 redirecting to home [closed]
- How to check main blog in a multisite using if statement?
- MULTISITE SUB-DOMAIN JUST SHOWS INDEX OF -> CGI-BIN INSTEAD OF SHOWING SITE
- How do I check if the user is a site owner in a network?
- Handling single.php in Multisite
- Multisite – Multiple logo?
- One Site as a part of Multisite to be hidden (Un-published) from Public?
- Multisite signup spam troubles
- get_user_meta() in multiste with respect to subdomain
- Different Domains in Multisite Setup
- How can I map the primary domain for subsite as subdirectory for another domain?
- Free theme and css/bootstrap.css is not overridden in the child theme
- Minimize Performance Issues of MultiSite Large Number of Tables Created
- Disable site visiting and user logins excepting for a specific user
- Website not listed under Sites (in a Network environment)
- Give users acces to admin a single post or set up WP network?
- WordPress Multisite for multi-language
- get_site_option / update_site_option – the main site and sub sites do not share the same storage
- Can I use the main Multisite as a backend only?
- Number of total comment does not tally with the number of comment?
- Subsites in Multisite throw 404 in wp-admin
- WordPress theme to support single website but with 3 sections for 3 languages
- WordPress multisite condition for certain blog_id’s
- the menu of the network does not display my second website
- Multisite – site user limited only for this site
- Update siteurl and home in multisite subsites to https
- WordPress multi-domain with multiple sites with multiple languages
- Get variable from previous blog while using switch_to_blog
- Domain level problem for multisite?
- CSS in child theme to replace !important in parent theme
- Redirect www.mainsite.com/subsite/wp-login to www.mainsite.com/wp-login
- WordPress multisite not working
- Activation of new Registered site fails on multisite
- New multisite redirects to main site
- How to disable style filtering in post?
- How does adding custom meta to signup form work?
- Can’t un-archive site after upgrading to WordPress 3.8
- How to handle responsive and non responsive websites in one WordPress Theme?
- Create a Network of Different websites with wordpress
- WP Multisite: Do a function after blog is activated
- How to login Separately in each blog?
- Cookies in Multisite network where sites have their own domain name?