Extend a function to support more items

Posted by danit on Stack Overflow See other posts from Stack Overflow or by danit
Published on 2010-04-11T19:11:39Z Indexed on 2010/04/11 19:13 UTC
Read the original article Hit count: 213

Filed under:
|

Im trying to use this function with Wordpress:

http://www.wprecipes.com/post-on-your-wordpress-blog-using-php

When trying to add extra options im hitting problems:

Using the Wordpress Codex here: http://codex.wordpress.org/Function_Reference/wp_insert_post

Specifically trying to add:

  'post_date' => [ Y-m-d H:i:s ] //The time post was made.

  'post_excerpt' => [ <an excerpt> ] //For all your post excerpt needs.

Can anyone add them to the function for me?

© Stack Overflow or respective owner

Related posts about php

Related posts about Wordpress