Opened 13 years ago
Closed 10 years ago
#20048 closed enhancement (wontfix)
Allow mt.getRecentPostTitles to return the sticky flag
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.1 |
Component: | XML-RPC | Keywords: | mobile needs-patch |
Focuses: | Cc: |
Description
Would be nice to return the value of the sticky flag in the mt.getRecentPostTitles response. This XML-RPC call is mostly used on mobile clients, and we need to show a visual indicator on "sticky" posts. Obviously, we can call metaWeblog.getRecentPosts, but it is a "more expensive" XML-RPC call.
Attachments (1)
Change History (5)
#3
@
11 years ago
- Cc maxcutler added
As with #26679, my recommendation is to instead just use wp.getPosts method instead. You can make it just as lightweight as mt.getRecentPostTitles
by using the fields
argument to limit the data returned.
Note: See
TracTickets for help on using
tickets.
Sorry, wrong ticket, misread
getRecentPostTitles
vs.getRecentPosts
. Moved to #26679