Hi Daniel,<br><br>Yeah, but using the existing xmlrpc.php file and functions, how would you do this?<br><br>In blogger_newPost:<br><br>$post_date = current_time(&#39;mysql&#39;);<br><br>therefore always posting now as far as I can tell.<br>
<br>However, mw_newPost looks a bit more promising... Do you know where I can find documentation on how $content_struct is supposed to be structured? I&#39;m assuming it&#39;s an array, but not sure how much or little is required. It seems to be consulted to check for $content_struct[&#39;date_created_gmt&#39;] and $content_struct[&#39;date_created&#39;], and if it finds neither, then sets post_date to now. I&#39;m hoping this is where you&#39;re leading me, as I&#39;m hoping to avoid editing any of the WP files!<br>
<br>Thanks,<br><br>AJ<br><br><div class="gmail_quote">On Fri, Oct 9, 2009 at 3:03 PM, Daniel Jalkut <span dir="ltr">&lt;<a href="mailto:jalkut@red-sweater.com">jalkut@red-sweater.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m not sure if this technique is what you consider the &quot;hack,&quot; but with WordPress, an easy way to &quot;future post&quot; is literally to set the published date of the post to a future time.  If WordPress sees that the date is newer than now, it will automatically save the incoming post as a scheduled future post instead of publishing it immediately.<br>

<br>
Daniel<div><div></div><div class="h5"><br>
<br>
On Oct 9, 2009, at 10:02am, AJ Cerqueti wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi,<br>
<br>
Are there plans to add a wp_newPost() function to xmlrpc.php, or is it felt that all requirements are met by blogger_newPost() and mw_newPost()?<br>
<br>
I&#39;m just wondering, as I can&#39;t seem to figure out a way to Future Publish, without a hack. It seems to be the only option missing from the whole post_new.php page.<br>
<br>
Am I totally missing something, is there a workaround, or is this not something that is felt is needed?<br>
<br>
Thanks,<br>
<br>
AJ Cerqueti<br></div></div>
_______________________________________________<br>
wp-xmlrpc mailing list<br>
<a href="mailto:wp-xmlrpc@lists.automattic.com" target="_blank">wp-xmlrpc@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-xmlrpc" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-xmlrpc</a><br>
</blockquote>
<br>
_______________________________________________<br>
wp-xmlrpc mailing list<br>
<a href="mailto:wp-xmlrpc@lists.automattic.com" target="_blank">wp-xmlrpc@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-xmlrpc" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-xmlrpc</a><br>
</blockquote></div><br>