Arlo

Global level shortcodes

The following shortcodes can be used in a post or page as a placeholder.

From version 3.4, the plugin supports custom global shortcodes which can be added and configured through the Pages tab. The attributes below apply to all global shortcodes of that type.

[arlo_event_template_list]

This shortcode can be used in a post or a page as a placeholder for the event template list.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Catalogue" template.

Attributes

If a filter attribute is set, it filters the list based on the given value of the attributes. From version 3.6 all filter attributes have an "inverse" version (categoryhidden, locationhidden, deliveryhidden, templatetaghidden), where the matching templates and events are going to be excluded from the list.

From version 3.6, you can pass multiple values for the parameters as a comma separated list.

  • category (string): A category "slug" (which is usually the url of the category) or ID can be passed to the shortcode and will be used as a base/root category.
  • location (string): A location "slug" (which is usually the url of the location) can be passed to the shortcode and will be used to filter the list.
  • delivery (string): A delivery "slug" (which is usually the url of the delivery) or ID can be passed to the shortcode and will be used to filter the list.
    • Workshop: 0
    • Live online events: 1
    • Online activites: 99
  • templatetag (string): A templatetag "slug" (which is usually the url of the templatetag) can be passed to the shortcode and will be used to filter the list.

[arlo_schedule]From: v3.3

This shortcode can be used in a post or a page as a placeholder for the schedule page.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Schedule" template.

Attributes

If a filter attribute is set, it filters the list based on the given value of the attributes. From version 3.6 all filter attributes have an "inverse" version (categoryhidden, locationhidden, deliveryhidden, templatetaghidden), where the matching templates and events are going to be excluded from the list.

From version 3.6, you can pass multiple values for the parameters as a comma separated list.

  • category (string): A category "slug" (which is usually the url of the category) or ID can be passed to the shortcode and will be used as a base/root category.
  • location (string): A location "slug" (which is usually the url of the location) can be passed to the shortcode and will be used to filter the list.
  • delivery (string): A delivery "slug" (which is usually the url of the delivery) or ID can be passed to the shortcode and will be used to filter the list.
    • Workshop: 0
    • Live online events: 1
    • Online activites: 99
  • templatetag (string): A templatetag "slug" (which is usually the url of the templatetag) can be passed to the shortcode and will be used to filter the list.

[arlo_upcoming_list]

This shortcode can be used in a post or a page as a placeholder for the upcoming events list.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Upcoming events list" template.

Attributes

If a filter attribute is set, it filters the list based on the given value of the attributes. From version 3.6 all filter attributes have an "inverse" version (categoryhidden, locationhidden, deliveryhidden, eventtaghidden, templatetaghidden), where the matching templates and events are going to be excluded from the list.

From version 3.6, you can pass multiple values for the parameters as a comma separated list (except templateID).

  • category (string): A category "slug" (which is usually the url of the category) or ID can be passed to the shortcode and will be used as a base/root category.
  • location (string): A location "slug" (which is usually the url of the location) can be passed to the shortcode and will be used to filter the list.
  • delivery (string): A delivery "slug" (which is usually the url of the delivery) or ID can be passed to the shortcode and will be used to filter the list.
    • Workshop: 0
    • Live online events: 1
    • Online activites: 99
  • eventtag (string): A eventtag "slug" (which is usually the url of the eventtag) can be passed to the shortcode and will be used to filter the list.
  • templatetag (string): A templatetag "slug" (which is usually the url of the templatetag) can be passed to the shortcode and will be used to filter the list.
  • templateID (string): A templateID can be passed to the shortcode and will be used to filter the list. An event template's ID is the same as the template page id in Wordpress.

[arlo_venue_list]

This shortcode can be used in a post or a page as a placeholder for the venues list.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Venue list" template.

[arlo_presenter_list]

This shortcode can be used in a post or a page as a placeholder for the presenters list.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Presenter list" template.

[arlo_event_template_search_list]From: v2.1.5

This shortcode can be used in a post or a page as a placeholder for the Arlo event search widget.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Event search list" template.

[arlo_onlineactivites_list]From: v3.2

This shortcode can be used in a post or a page as a placeholder for the online activities list.
The shortcode will be replaced with the set of shortcodes and HTML codes from the "Online activities list" template.

Attributes

  • category (string): A category "slug" (which is usually the url of the category) or ID can be passed to the shortcode and will be used as a base/root category.
    From: v3.6: It can be a comma separated list with category IDs