I am creating a form so a user can submit something to the site. They can submit the post title and the content but I would also like them to specify the date as well rather than it being the date the post is sent?
Cheers,
Steve
I am creating a form so a user can submit something to the site. They can submit the post title and the content but I would also like them to specify the date as well rather than it being the date the post is sent?
Cheers,
Steve
Setting the date to schedule posts isn't currently a supported feature. It is a feature we'd love to add in the future, but currently it isn't an option. It would be possible but only as a customization using custom code and available hooks/filters to do this using PHP when the form is processed and the post is created.