• gteh

    (@gteh)


    For some reason every time I email a post and run Postie, the post is imported with a ‘scheduled’ time sometime in the future.

    I would like posts via postie to be published immediately when they are retrieved rather than in the future.

    I tried changing the Offset time in the settings but no matter what I type in there and update options, it always resets back to 0

    How do I ensure my posts are put through immediately?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having this issue as well… any suggestions?

    WP version 2.9.2 and Postie 1.3.4

    Thanks!

    I had the same problem. Here is what I did to fix it:

    In the plugin editor, find postie-functions.php

    Search for the first or second instance of “post_date”
    (can’t remember if it was first of second)
    it will look like this:

    list($post_date,$post_date_gmt, $delay) = DeterminePostDate($content,

    On the line above, paste this:

    $post_date=””;
    $post_date_gmt=””;
    $message_date=””;

    Save it and the should do the trick. The only catch is that you won’t be able to post date you mobile post, but I don’t know why any would want to any way. Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Postie] All posts appear ‘scheduled’’ is closed to new replies.