While using WordPress Multisite is it possible to display data to main site from subsites?

I am using WordPress Multisite:

Main site

–sub site

–sub site

What i need to anything publish to sub sites will auto publish on the Main site

Regards

5 Answers
5

You can use the switch_to_blog() function. Whatever you call within the function would be just like you are pulling in any content, but from that particular blog ID.

Leave a Comment