-
Notifications
You must be signed in to change notification settings - Fork 16
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
Include all postmeta data under post['postmeta'] #3
base: master
Are you sure you want to change the base?
Conversation
Cleanup and features
Hi @Cabalist and thanks for the PR! Will review this and try to get back in a day or two. To be continued. |
Awesome! Thanks! It evolved a little past the original PR with all the typing and some the python versions. We've been using it successfully in that time. 😄 |
Hi, could you please merge this PR? |
Nice PR. I just posted a super abbreviated version that mirrors one of your changes and felt obligied to point out that PRs should be as small as possible and not combine multiple features when possible. That said @marteinn, worth taking a look. Or at mine :-) |
Hey there,
Thanks for this project! I've been using this a lot to pull data out of wordpress exports. I noticed however that the majority of the post meta info was being thrown away. I added it in (and moved an import statement).
I've got some other fixes/improvements I'd like to PR if you are open to them. I really appreciate your work on this. :)