Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jimbarrett33 opened this issue Apr 3, 2017 · 2 comments

Comments

@jimbarrett33
Copy link

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
Copy link
Member

tw2113 commented Apr 3, 2017

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants