10up / curator

Select specific posts from across multiple post types to combine together and control the ordering.
38 stars 7 forks source link

multisite support #8

Open AaronHolbrook opened 10 years ago

AaronHolbrook commented 10 years ago

Need to think through how support for multisite will/can/should work

ayebare commented 8 years ago

@AaronHolbrook would multisite support mean querying posts from other site blogs where curator is active and executing curator functions within a single blog i.e admin ordering and front end display?

If that would be the case, One possibility is using syndicator plugin. Here we would probably automatically curate a post that is re-posted to another blog using syndicator where curator is enabled and the post was previously curated.

AaronHolbrook commented 8 years ago

I think there's a lot of potential use cases here, and I'm sure I haven't thought of them all.

Case 1: There is a list of curated posts on site 1. I would like to curate FROM sites 2-10 TO site 1.

Case 2: There are showcases on sites 2-10. I would like to curate FROM site 1 and push all those curated posts to sites 2-10 (so they would essentially be mirrors/duplicates).

Case 2a: Same as 2, however each subsite (2-10) can also add in it's own posts to its individual showcase.

Let's figure out what cases exist and then which direction/cases we want to support.