Title: Multiple terms for one post
Last modified: August 20, 2016

---

# Multiple terms for one post

 *  Resolved [tkmedia](https://wordpress.org/support/users/tkmedia/)
 * (@tkmedia)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multiple-terms-for-one-post/)
 * In your example you just update one term.
    args’ => array( ‘post_id’ => 1, ‘meta_key’
   => ‘Michael’, ‘meta_value’ => ‘Rocks’, ‘unique’ => false) );
 * If I have multiple terms.
    Do I have to loop through the terms and update them
   one at time or can I update multiple terms at once?
 * If so can you post or update your sample?
 * Thanks
 * Tim
    P.S on the setup screen would it make sense to add a toggle to select and
   deselect the api modules available. for I may only need a couple and it will 
   take several minutes to deselect the many options.
 * [http://wordpress.org/extend/plugins/extended-xml-rpc-api/](http://wordpress.org/extend/plugins/extended-xml-rpc-api/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * (@michaelgrosser)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multiple-terms-for-one-post/#post-3566633)
 * The example uses add_post_meta(), which only supports adding a single key/value
   to a post’s meta data at a single time.
 * Since the main idea of the module is to make the typical WordPress hooks available,
   you can pretty much always check the WordPress documentation to see what you 
   can and can’t do with any particular method. The plugin should support calling
   any WordPress method and passing any parameters that the given method supports.
   The example just shows one sample of calling a WordPress method so that users
   of the plugin can ensure their overall syntax is correct, rather than trying 
   to show an example of everything possible with the plugin.
 * I’ll note the toggle for the next release of the plugin, thanks for the idea.
 * Let me know if you have any other questions.

Viewing 1 replies (of 1 total)

The topic ‘Multiple terms for one post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/extended-xml-rpc-api.svg)
 * [Extended API](https://wordpress.org/plugins/extended-xml-rpc-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/extended-xml-rpc-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/extended-xml-rpc-api/)
 * [Active Topics](https://wordpress.org/support/plugin/extended-xml-rpc-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/extended-xml-rpc-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/extended-xml-rpc-api/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/multiple-terms-for-one-post/#post-3566633)
 * Status: resolved