Shared Content but "Updatable" Through the Main Site
-
Hello!
I have been doing quite a lot of research the past week, and have not been able to find a solid answer that fixes my problem.
I’m going to working on a project using MS that will allow users to register for a site and be able to re-brand the content that we will be giving them as their own (ie: the company I will be working with has a slew of realtor information that they want to give away – for a fee – to other realtors and allow them to brand it with their logo and contact info).
So, it would be easy to create a template site with all the content already pre-loaded. When MS creates a new site, it grabs the template and creates the new site using the template.
However, I need to be able to modify this content across all sites. We will have approximately 50 pages throughout all these sites, and if I need to make a change, I need to change across the board. I have tried using this
<?php switch_to_blog(1); ?> Some code that displays the menu of the Main Blog <?php restore_current_blog(); ?>
But that will link everything to the main site (which defeats the purpose of paying to have the content branded as your own). I have found plugins that allow you to broadcast posts to all your sites, but this is content that will be preloaded.
With all of that said, I am hoping someone around here has done this before and is willing to share some expertise on the matter. Thanks for taking a look at this!
- The topic ‘Shared Content but "Updatable" Through the Main Site’ is closed to new replies.