You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: