#7744 closed defect (bug) (fixed)
XML-RPC needs a method to expose a list of all the post tags
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | tags, xmlrpc |
| Cc: | josephscott |
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)
josephscott — 5 years ago
comment:1
josephscott — 5 years ago
- Resolution set to fixed
- Status changed from new to closed
josephscott — 5 years ago
comment:3
josephscott — 5 years ago
Added one line update to wlwmanifest.xml file so that Windows Live Writer will know that it can use wp.getTags.
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; }