Support

Account

Home Forums Front-end Issues How do the date of publication by a front-end form? Reply To: How do the date of publication by a front-end form?

  • Hi @buylov

    You can only set the date of publication manually using wp_insert_post parameters. This page should give you more idea about it: http://www.advancedcustomfields.com/resources/acf_form/.

    If you want, you can create a dummy date field and use acf/pre_save_post to change the date.

    I hope this makes sense.