<– Back to Hello Event

Hello Event – Customised Presentation of Events

The plugin offers different possibilities to build a customised presentation:

  1. in the settings you can deselect the event information that should not be automatically displayed, and use shortcodes into the event description to insert event information where you want it
  2. you can create a custom event presentation template using either the Classic WordPress editor, the standard (Guthenberg) editor, or the Elementor editor
  3. if you’re a developer you can of course create a dedicated template with PHP and HTML

1. Use shortcodes in the event description

Example: put the link to tickets at the end of the event description and use a custom text for the link. To do this, go to the plugin settings, section “Auto inserted content” and deselect “Link from event to ticket”.

Next, at the end of the description of the events, insert the following shortcode:

[hello-link-to-ticket text=”You may acquire tickets to participate here”]

Notice that since you have deselected the automatic presentation of the ticket link, you need to insert this shortcode in the content af all events.

2. Create a custom template

For better control you can create a custom event template in the form of a page. This page will be displayed with the usual (chosen) wordpress page template. In the case that you use the WordPress Editor, it will include shortcodes for the event information. If you use the Elementor editor you can install the companion plugin “Hello Event Widgets for Elementor” to use widgets instead of shortcodes . (A companion plugin that provides blocks to replace shortcodes may also be available later.)

When editing and testing the result of your custom event template, you need to choose a default event. This is done with help of the shortcode “hello-default-event”, which takes either the id or the slug of an event as parameter, and should be put first on the page, for example:

[hello-default-event slug=”my-test-event”]

Once this is in place you can use the various other shortcodes to present the event information, as described here: Hello Event – technical documentation .

There are two ways to use your custom event template page:

  1. By adding the custom event template page id or slug to the shortcodes used to list the events
  2. By modifying the plugin settings

Add parameter to the event list shortcodes

Examples:

[hello-event-list limit=10 event_page="my-custom-event-page"]

[hello-event-calendar event_page="my-custom-event-page"]

Modify the plugin setting