Open jimbarrett33 opened 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.
OK. Thanks for the reply. So seems like a copy.
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.