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
- 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
- Why is WordPress Multisite redirecting to wp-signup.php and how to fix it?
- Can upload doc and pdf but not ppt – not permitted for security reasons
- multisite 404 error for subdirectory
- 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?
- How To Provide Sub-Blogs Their Own Domain Names?
- Removing My Sites menu from Admin
- 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?
- Can I install a theme on only one site of a multi-site network install?
- Multisite, turn off “create new site”
- Multisite with path, how to change the main site
- 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?
- 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 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
- Multisite on Rackspace Cloud (ubuntu lucid)
- 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
- 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
- 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 to recover deleted site in WordPress Multisite?
- WordPress Multisite domain mapping with different IPs
- Use external database with local multisite
- WordPress MultiSite Theme
- Multisite Create Site not working
- Custom port problem with local MU installation
- How to show different sub sites based on Member’s user name In word press?
- Redirect to another page using contact form 7? [closed]
- Does a single theme license work on multisite? [closed]
- Can’t access Dashboard of a Multisite WordPress. Chrome results in “ERR_TOO_MANY_REDIRECTS”
- muliple wordpress multisite installs on the same sever
- Replicate network plugins without having to configure it for each subsite?
- Create a CSS file in plugin folder when theme is activated
- If statement in wp-config.php, is it possible?
- How to modify wp_config file for set up subdirectory?
- Trying to change active theme on all sites in Multisite
- Multisite > Edit Site > Themes – what are these themes?
- How to publish some default pages in Multisite creation?
- WordPress multisite with same content
- How long is “as long as possible” in wp_cache_set()?
- Changing from localhost:8888 to localhost
- more tables created when create a new site
- Pros and Cons of Post Types vs. Multiple Blogs
- How to automate setup of theme, pages, widgets, etc for a new site in multi-site?
- Why WordPress w/ Nginx Multisite Only Lets Admin Upload ZIP Plugins But Not Themes? [closed]
- Multisite subdomain-site redirects to primary site
- Customizing 1 theme for multiple blogs in a multisite setup
- Problem with new Multisite Installation
- Certain lines added to our wp-config.php file are being removed, every day
- May I do multiple micro-sites with different themes in a single wordpress without subdirectory nor subdomain separation?
- Getting file errors in a WordPress Multisite ADMIN
- local wordpress multisite not working on AWS development server “error establishing database connection”
- Working locally with remote DB not working with multisite
- WordPress Multisite – Auto enable theme
- Delete all blogs on multisite
- Whats the best Practice for using a different Theme for WebView Apps?
- Creating a stand-alone site from a WordPress sub site
- Updating themes customized by users
- Is there a way to add a function that will get run after a blog is created?
- No input file specified after enabling multi site
- How do I enable Multisite on WP 3.7.1?
- In a MS install, can you allow different users to have their own themes?
- Pick your brain on wp-config.php if statement for multisite
- Set static page as default front page on newly created sites in multisite
- Using common slider in all sites
- WordPress Multisite platform for different city for single db
- Integrating WordPress for blog and other content pages in a web app
- WordPress Multisite
- How to mass change theme for all Multisite network sites?
- I’m getting a 404 NOT_FOUND CODE: ‘DEPLOYMENT NOT FOUND on wordpress multisite installation on my sub domain
- Iterating over every multisite / theme and list the pages