Opened 13 years ago
Last modified 7 years ago
#23866 new enhancement
WordPress xmlrpc wp_getPosts filter for slug
| Reported by: | SunWaves | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 3.4 |
| Severity: | normal | Keywords: | dev-feedback needs-refresh |
| Cc: | Focuses: |
Description
When using the Wordpress xmlrpc, it is sometimes very useful to get posts based off of slugs rather than post id.
A use case for this would be synchronizing or migrating two Wordpress sites with the same posts, but with different databases and post ID's.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The patch enables an extra optional argument of 'name' to the xmlrpc getPosts method which will allow xmlrpc users to getPosts by slug name