Skip to content

Add a guide for "how to work with meta" #280

Description

@nezzard

Hi, i tried to update post meta, when i created posts, but nothing happened
It's possible with node-wpapi?
wp.song().create({ title: '1', content: 'Your post content', status: 'publish', meta: {key: 'youtube', value: '12'}, }).then(function( response ) { console.log( response.id ); })

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions