Milan Dinić
Milan Dinić
For meta, read my comment at [#280](https://github.com/WP-API/node-wpapi/issues/280#issuecomment-339329973).
When you create/update post, you pass `meta` object, for example: ```javascript wpapi.posts().create( { title: 'Your Title', content: ' Your content', status: 'publish', meta: { custom_meta_key: 'something' } } ).then( function(...
_Cross-posted from linked thread for reference._ First, note that this feature wasn’t there during development of commonWP, it was [enabled](https://twitter.com/jsDelivr/status/1044923064767717376) just last week. There are some things to consider. Like...