Ticket #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
Change History
comment:1
josephscott — 3 years ago
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;
}
- Status changed from new to closed
- Resolution set to fixed
comment:3
josephscott — 3 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.

