Opened 15 years ago
Closed 12 years ago
#20048 closed enhancement (wontfix)
Allow mt.getRecentPostTitles to return the sticky flag
| Reported by: | daniloercoli | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 3.3.1 |
| Severity: | normal | Keywords: | mobile needs-patch |
| Cc: | Focuses: |
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
@
13 years ago
- Cc 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sorry, wrong ticket, misread
getRecentPostTitlesvs.getRecentPosts. Moved to #26679