@jtsternberg thanks for posting your results.
While I understand the code in the header, what is the code in functions.php for?
Question – could you wrap your whole header in:
<?php switch_to_blog(1); ?>
-- my header code here --
<?php restore_current_blog(); ?>
to have the whole header area the same as the first blog?
Is there a way to have the main site theme (with it’s menus, name, etc) remaining constant for all sites??
I want my users to be able to upload their posts, pages, etc and have custom categories, all that stuff: but, I want it all presented withou the sitename changing, the menu changing and so forth.
Sort of as if the user sites were presented within a frame with the top nav being from the “parent” site. I don’t want to allow them to change the look and feel at all.
Any thoughts?
I’m using the Studio theme.