Plugin Activation: After installing and activating the Events Calendar plugin, go to the “Events” tab located in the left menu in the WordPress admin panel.
Adding an Event: In the “Events” tab, you will find the option to add new events. Here, you can enter all the necessary information about the event, such as date, location, description, etc.
Displaying the List of Events: To display a list of all events on your page, you can use the shortcode [events] provided by the plugin. This shortcode can be placed on any page or post. It automatically generates a list of available events along with links to their full descriptions.
[events pagination="true" post_per_page="10"]
pagination (true/false): defaults to false. This parameter determines whether pagination should be displayed on the list of events.
post_per_page (string): by default, there is no limit to the number of posts displayed. This parameter allows you to specify how many events should be displayed on one page.