Hey all,
I'm running a custom web application out of a sub-folder of a webserver with WP 3.0.1 (with Multisite enabled). The sub-folder IS NOT a "site" within the WP admin interface, but I load the wp-load.php file as part of the bootstrap to access some of the functions and the theme files.
So, small problem: If there are two sites on the network, 1) which lives at the root, and 2) which lives at root/subfolder/, how do I get <? get_header(); ?> to pull the header from #2?
Server Set-up
* Root (where WP files are)
* * /subfolder/ (where custom web app is)
(**)/imaginary-wp-generated-subfolder-from-mod-rewrite/ (where site #2 is, and the theme header/footer etc from which I want.)
Any thoughts?