The MU forums have moved to WordPress.org

XMLRPC get all posts by category/term (3 posts)

  1. jstrebel
    Member
    Posted 16 years ago #

    I am having trouble getting an array of posts back matching a "category" or term.

    When I post via XMLRPC i send it with mt_keywords which adds the terms into the taxononmy tables, etc.

    Anyone have an idea of how to retrieve n posts that match a string[category name,term name] via XMLRPC?

    This question is for a per blog basis..

    Of course I also would like to do this for all blogs in mu.. get all posts from all blogs that share a tag. help. :)

    Using the latest wpmu

  2. matt
    Key Master
    Posted 16 years ago #

    XML-RPC is really meant for posting, not so much retrieval.

    However if you add /feed to nearly any page in WordPress you'll get a RSS version of it, which would be nice for getting all posts in a certain tag in an easily-parsable format.

  3. jstrebel
    Member
    Posted 16 years ago #

    ahhhh.. makes sense. Thanks Matt.

About this Topic

  • Started 16 years ago by jstrebel
  • Latest reply from jstrebel