Shared Content but “Updatable” Through the Main Site
You can update the sub sites when the main site is updated. Assuming your post IDs for the duplicated content remain the same as the same post in the main site you can write a plugin which runs only on the main site and with every save updates the sub sites add_action(‘save_post’,’wase87206_broadcast’); function wase87206_broadcast($post_id) { … Read more