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

Creation of Posts with Terms via JSON #4

Closed
3 tasks done
jarednova opened this issue Apr 23, 2015 · 0 comments
Closed
3 tasks done

Creation of Posts with Terms via JSON #4

jarednova opened this issue Apr 23, 2015 · 0 comments
Assignees

Comments

@jarednova
Copy link
Member

Consider the JSON snippet:

"posts" : [
    {
        "post_title" : "New Pizza Invented!",
        "terms" : [
            { "name" : "Pizza", "taxonomy" : "foods"},
            { "name" : "News", "taxonomy" : "category}
        ]
    }
]

where a user is simultaneously creating/assigning terms within a post. They should be able to do this in a JSON file using the above (or similar) construction.

AC

  • Terms that appear in the above construction appear in the WordPress admin when loaded via JSON
  • PR submitted
  • @jarednova reviews
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