• Resolved Corok

    (@corok)


    Hi. I am wondering if you can tell me if it is possible to use XML-RPC to post into the EG-Series areas of the WP DB?

    For example, I have the following code which works fine but I need to possibly add a similar post syntax for EG-Series:

    post_info = {
    ‘title’: title,
    ‘description’: content,
    ‘dateCreated’: date_created,
    ‘categories’: categories,
    ‘mt_keywords’: tags,
    ‘wp_author_id’: self.author_id[record[‘Author’]],
    ‘wp_author_display_name’: record[‘Author’],
    }

    Is this possible?

    http://wordpress.org/plugins/eg-series/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Corok

    (@corok)

    Okay, what I really want to know as specifically as I know how to say it, is:

    I can create a post and make a tag by posting the tag I want in the “mt_keywords” field.

    I now have EG-Series installed and it works fine. I would like to add a “series” from XML-RPC but I need to know the equivalent field that I am editing in the EG-Series area within the WordPress GUI.

    Can you tell me the field name you use and if this is possible?

    Thanks for the help.

    Plugin Author emmanuelg

    (@emmanuelg)

    Hi

    In EG-Series, a serie is nothing else than a custom taxonomy.
    I never worked with XML-RPC feature, but you may found what you are looking for, in this page

    Emmanuel.

    Thread Starter Corok

    (@corok)

    Thanks for the info

    Thread Starter Corok

    (@corok)

    What is the default taxonomy you use? Is it named series?

    Thread Starter Corok

    (@corok)

    Duplicate post, but I believe the answer is yes. I was able to figure out the taxonomy is series.

    Thread Starter Corok

    (@corok)

    Resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘XML-RPC’ is closed to new replies.