WebDevStudios / WDS-Multisite-Aggregate

Creates a blog where all the most recent posts on a WordPress network may be found. Based on WordPress MU Sitewide Tags Pages plugin by Donncha O Caoimh.
30 stars 11 forks source link

Does this plugin make copy of the blogs and put them into database separately? #14

Open jimbarrett33 opened 7 years ago

jimbarrett33 commented 7 years ago

Or does it just go retrieve the existing blogs and display them?

From the description it seems like it is making a separate copy of the blogs and that would increase the size of the database.

How does it work?

Thanks.

tw2113 commented 7 years ago

If I recall right, it does a query for posts it should sync and do a wp_insert_post(). It'll also do post deletion if something is no longer available. So it basically compiles everything, the best it can, into the designated site/tables.

jimbarrett33 commented 7 years ago

OK. Thanks for the reply. So seems like a copy.