http://codex.wordpress.org/Function_Reference/register_theme_directory
/**
* Register a directory that contains themes.
*
* @since 2.9.0
*
* @param string $directory Either the full filesystem path to a theme folder or a folder within WP_CONTENT_DIR
* @return bool
*/
function register_theme_directory( $directory )
You should be able to call register_theme_directory('/full/path/to/directory')
and thus add a new path full of themes. This eliminates the need to use any defines as you’re attempting to do. You could do this in a mu-plugin on each installation, to force the whole install to have those themes available.
I would leave the default themes in the wp-content/themes directory on each install, and just add your custom themes in your new theme path.
Related Posts:
- Add additional Network constants to wp-config.php dynamically
- How To Add Custom Form Fields To The User Profile Page?
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- Specific upload folder for PDFs in custom Post type in WP multisite
- Allow user to select a theme to install when they signup
- How to delete post revisions?
- Why is WordPress Multisite redirecting to wp-signup.php and how to fix it?
- Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
- Can upload doc and pdf but not ppt – not permitted for security reasons
- multisite 404 error for subdirectory
- How do I transition multiple installations to a single Multisite installation?
- Changing Multisite themes on mass
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- WP-Admin not working properly at WordPress multisite with subdirectories
- How to individually set WP_DEBUG on a sub-directory multisite?
- Best way to develop multisite and deploy on another server?
- Is there an easy way to separate themes on network?
- WP-CLI methods for get_current_blog_id, get_blog_details or $wpdb->prefix
- COOKIE_DOMAIN setting confusion
- How To Provide Sub-Blogs Their Own Domain Names?
- domain mapping confused about sunrise
- Is there a way to define wp_blogs domains in wp-config?
- Removing My Sites menu from Admin
- Prevent Deletion of Blogs
- WordPress multisite subdirectory redirect infinite loop issue
- Hide a theme on list of themes in wp-admin without editing core files
- NGINX Multisite Rewrite rules
- How to Set up a Multisite WordPress?
- Editing theme files and access to the Code pages only to super-admin?
- Can I install a theme on only one site of a multi-site network install?
- Multisite, turn off “create new site”
- wp-admin slow in multisite
- Multisite with path, how to change the main site
- Multiple Domains and Subdomains Using Multisite Installation
- restore_current_blog() vs. multiple switch_to_blog() followed by removing $GLOBALS[‘_wp_switched_stack’]
- Suppress subdirectory from WordPress Multisite primary URL
- What are the differences in capabilities between the super-administrator and administrator?
- Can’t find “Add New” button for themes in a multisite
- Network setup tab is not shown under Tools
- Manipulate list of themes in wp-admin
- How To Modify New Sub Blog Immediately When Super Administrator Creates It?
- How do I add JavaScript that will execute on all my sites in Multisite?
- Subfolder multisite issue. Themes and plugin files 404
- How to prevent first post and first comment on WP MU?
- cant enable theme in multisite
- Subdomain and subdirectories together in one installation
- how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- Limit multisite/network site names to a property of the user
- How do I maintain static directories on multisite subdomains?
- Why are images not displaying?
- Replacing the default content created while the site creation
- WP Multisite Static Frontpage
- Preview posts returns 404
- Multisite on Rackspace Cloud (ubuntu lucid)
- How to stop unlink images when remove a site or user
- What should I do? A multisite, a single website or many websites? [closed]
- Multiple homes for multiple languages [closed]
- multisite custom directory
- WordPress multisite installation broke menu links
- Multisite Network menu links not updating
- How to disable the default WordPress redirect to non-www URLs?
- How to set a single theme directory on a multisite blog?
- Hosting a seperate wordpress project on localhost
- Bulk activate a theme on multisite
- Using Two Themes – One for Main Site, One for Ecommerce
- Multisite development environment
- How to host blog on separate domain from main site
- Multisite on localhost using xampp
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- Multi-site get_bloginfo(‘stylesheet_directory’) referring to sub-folder
- Multisite theme control not working
- Pushing stored procedure to a multisite database in WordPress
- Error uploading files bigger than 58 MB
- How does WordPress determine which multisite the user is on from the URL?
- Multisite multidomain
- How to recover deleted site in WordPress Multisite?
- WordPress Multisite domain mapping with different IPs
- What changes we need to make to a theme so it can be installed as a MU Theme?
- Use external database with local multisite
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- WordPress MultiSite Theme
- Will changing the folder name two directories above a fresh wordpress installation break the site?
- Multisite Create Site not working
- Update configured themes
- WordPress stuck in deleting user
- How can I add custom meta on signup page and pass along to be used after blog activation?
- Custom port problem with local MU installation
- How to show different sub sites based on Member’s user name In word press?
- Migrating static site to multisite with multiple domains and subdomains
- Redirect to another page using contact form 7? [closed]
- Does a single theme license work on multisite? [closed]
- MULTISITE SUB-DOMAIN JUST SHOWS INDEX OF -> CGI-BIN INSTEAD OF SHOWING SITE
- Multisite Sub domains not working
- Can’t access Dashboard of a Multisite WordPress. Chrome results in “ERR_TOO_MANY_REDIRECTS”
- WordPress multi-site, developing locally and syncing live changes
- muliple wordpress multisite installs on the same sever
- How To Run Multiple Multi-Site Networks On Same Box [closed]
- Replicate network plugins without having to configure it for each subsite?
- Create a CSS file in plugin folder when theme is activated