#7744 closed defect (bug) (fixed)
XML-RPC needs a method to expose a list of all the post tags
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | XML-RPC | Keywords: | tags, xmlrpc |
| Focuses: | Cc: |
Description
We have means for exposing post categories, but no way for exposing all of the post tags. Perhaps a wp.getTags that would be similar to metaWeblog.getCategories?
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch to add wp.getTags method to XML-RPC. Returns an array of structs, each struct looks like:
{ "count" = 1; "html_url" = "http://localhost/~joseph/wp/trunk/?tag=blue"; "name" = "blue"; "rss_url" = "http://localhost/~joseph/wp/trunk?feed=rss2&tag=blue"; "slug" = "blue"; "tag_id" = 13; }