Ampullate Events

Create, manage and dislay events to display on your website. Includes an events list module and an event display page, both of which can be customized or completely replaced in your own theme.

Purchase

You can contact Sales to purchase this plugin. It is also licensed to clients with whom we have a development contract.

Documentation

Basic usage is provided out-of-the-box via:

  • A single-event.php page is included that is used to display an event's details
    • the default is found in the plugin's amp-templates directory
    • you can copy and edit this file to your template's root directory to make modifications without changing plugin code, protecting it from updates
    • the single-event.php file in your theme's root folder is used by default
    • NOTE: the single-event.php in our theme folder needs to be named consistently with your event slug, as set in the options. For example, if you set the slug to "happening, the name for the file in your theme folder would be single-happening.php
  • An events-list.php file is included that can used to display a list of events with filters, by month
    • you can copy and edit this file to a folder named amp-templates in your template's root directory to make modifications without changing plugin code, protecting it from updates
    • The shortcode [ampullate-events-list] uses this template to generate its output
    • This template file can be used in an ACF Pro Flexible Content output. See ACF Pro Documentation for details on how to do this.
    • WordPress Block editor (Gutenburg) capability is planned

Documentation for the filters and various PHP constants that can be used will appear here, shortly