Hi,
I‘m completely new to WordPress. I made a website for a friend who wants to add event dates on his start page. Currently he writes them as a list in a specific article but he don’t like it, especially on mobile.
Is there a plugin which adds an event automatically to an article as normal text using a simple customizable ui using forms like:
– date
– time
– location
– entry fee
– url (makes a link out of location)
Is there anything which can do this?
It needs to be as easy as possible for my friend because I doesn’t have any clue about these kind of things.
Thanks in advance!
[ad_2]
[Pods – Custom Content Types and Fields – WordPress plugin | WordPress.org](https://wordpress.org/plugins/pods/) or [ACPT – Custom post types plugin for WordPress. No coding skills required!](https://acpt.io/) or [ACF | Advanced Custom Fields Plugin for WordPress](https://www.advancedcustomfields.com/)
1. Install ACF [https://wordpress.org/plugins/advanced-custom-fields/](https://wordpress.org/plugins/advanced-custom-fields/) (free)
2. In ACF, create a Custom Post Type called ‘event’
3. Then go to Field Groups, add fields your new post type
4. You’ll need want to implement your new post type and fields in your frontend, eg through your page builder or custom templates.