How replace post date with event date

Ok, great. It is using the posts for concerts, parties…etc.

You need to create a plugin:

Simply, create a folder inside the /wp-content/plugins and name is /my-events-plugin

Create a new PHP file, name it my_events_plugin.php, and use the following template:

https://www.smashingmagazine.com/2011/09/how-to-create-a-wordpress-plugin/

There is this tutorial that will get you to adding the custom field and save it:

https://www.smashingmagazine.com/2011/10/create-custom-post-meta-boxes-wordpress/

Hope this gets you going 🙂