• Resolved cconstantine

    (@cconstantine)


    I’m using a post-scheduling calendar and it uses the “unscheduled drafts” (drafts which don’t have an explicit date set on them) as a separate pile of posts that can be worked on… anyway. All I did was comment out the two lines (608 and 609 in postie-message.php which set the post_date and post_date_gmt fields… would be an interesting option in the preferences to have a “don’t set any date.”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    Since this is specific to your post-scheduling calendar it likely won’t be added to Postie.

    However, a better approach than modifying the code (which will be overwritten each time there is an upgrade) is to use the postie_post_before filter to clear the dates.

    See http://postieplugin.com/postie_post_before/

    Thread Starter cconstantine

    (@cconstantine)

    oh snap! yes, that would be brilliantly simple; two unset() calls and I’m done.

    Thanks for replying with a breadcrumb!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Create unscheduled drafts (feature request)’ is closed to new replies.