0

How to get wordpress posts by taxonomy terms using XML-RPC? For example I want to get all posts tagged by 2014 tag.

Thank you.

DoctorP
  • 159
  • 2
  • 10

1 Answers1

0

By default, you cannot do this. You will need to build your own method to be used within XML-RPC in order to achieve this.

The documentation on extending the XML-RPC API on the WordPress Codex has some good examples of how to build your own method.

Mike
  • 8,767
  • 8
  • 49
  • 103