Single post
Vizou Events Manager – Use
Use the shortcode
[vizou-events] is the shortcode. By default, it gets all active, upcoming events in ascending order. Use it with the following parameters to get a variety of data:
- show – “upcoming” (default), “past”, or “all”
- year – YYYY to filter by year, to get multiple years, separate them with commas
- order – “asc” (default, nearest date from today first) or “desc” (latest date first)
- artist – by ID (see Events/Artists), to get multiple artists, separate IDs with commas
- tour – by ID (see Events/Tours), to get multiple tours, separate IDs with commas
- exclude_tour – by ID (see Events/Tours) to exclude one or more tours, separated with commas
- limit – number of events to show (-1 for all)
- requestshow – this is s special, standalone parameter that lets you add your custom “Request a show near you” link anywhere you like, just use “true”
Some example shortcode variations :
[vizou-events show="past" year="2020" order="desc"]
[vizou-events show="all" tour="123"]
[vizou-events exclude_tour="3, 20"]
[vizou-events show="upcoming" artist="25" order="asc"]
[vizou-events show="all" year="2025, 2026" order="desc"]
[vizou-events requestshow="true"]
Shortcode recipes
Upcoming shows
Ascending (next up) order. This is the default. If the artist or venue have an associated url, it will automatically be linked. If there is a ticket url, a ticket link will be displayed. Adding a featured image is optional; if there is one, it will be displayed by default in the right-hand column.
[vizou-events]
Sat, Feb 20, 2027 - 8:00 pm
Festival Plaisirs et TraditionsD'Accoutumée
Église de l’Épiphanie, 130 Notre-Dame, L’Épiphanie, QC (CA)
Past shows for a year
For the year 2024, in descending order (the latest date at the top).
[vizou-events show="past" year="2024" order="desc"]
Fri, Mar 15, 2024-Sun, Mar 17, 2024
Danse-NeigeDana Whittle
Auberge du Lac Priscault, 100 Rang Petit Beloeil, Sainte-Côme, QC (CA)
Sun, Feb 18, 2024
Bal Maski – Jam TradD'Accoutumée
401 Rue Maskinongé, Saint-Gabriel, QC (CA) Claude Méthé, Jean Cantin, Michel Leblanc. Info
Recent shows
In descending order (the latest date at the top), limited to two shows.
[vizou-events show="past" limit="2" order="desc"]
Fri, Mar 15, 2024-Sun, Mar 17, 2024
Danse-NeigeDana Whittle
Auberge du Lac Priscault, 100 Rang Petit Beloeil, Sainte-Côme, QC (CA)
Sun, Feb 18, 2024
Bal Maski – Jam TradD'Accoutumée
401 Rue Maskinongé, Saint-Gabriel, QC (CA) Claude Méthé, Jean Cantin, Michel Leblanc. Info
Tours
Show all upcoming dates for a specific tour by id (Events/Tours, grab the ID), showing the next up on top.
[vizou-events show="all" tour="267" order="asc"]
Thu, May 16, 2019
L’Albion / Jam TradClaude Méthé
408 Boulevard Manseau, Joliette, QC (CA) 19h, avec Marc Benoît à la guitare. Info
Thu, Jun 6, 2019
L’Albion / Jam TradClaude Méthé
408 Boulevard Manseau, Joliette, QC (CA) Avec Marc Benoît à la guitare. Info
Thu, Jun 13, 2019
L’Albion / Jam TradClaude Méthé
408 Boulevard Manseau, Joliette, QC (CA) Avec André Marchand à la guitare. Info
Request a show link
Add this shortcode anywhere (i.e. before or after your upcoming shows list).
[vizou-events requestshow="true"]