0+
May 26, 2026
May 25, 2026
GigManager is a WordPress plugin for managing and displaying live shows. Whether you are a musician, a band, a DJ, a comedian, a speaker… or any kind of performer, GigManager helps you manage and display your live shows using simple shortcodes.
The plugin uses native WordPress custom post types for Shows, Artists, Venues, and Tours, giving you a familiar editing experience with full support for revisions, trash, and bulk actions.
[gigmanager_shows] shortcode.gigmanager/ directory to customize the output.[gigmanager_shows]
Parameters:
scope — upcoming (default), past, today, or allartist — Filter by artist slug or IDlimit — Maximum number of shows to displaysort — ASC (default for upcoming) or DESCtemplate — list (default), table, or classicExamples:
Show the last 10 events with the table template:
[gigmanager_shows scope="past" limit="10" template="table"]
Show upcoming shows for the artist with the slug “the-foo-bars”:
[gigmanager_shows artist="the-foo-bars" scope="upcoming"]
[gigmanager_shows] shortcode to that page.Yes. Copy any template file from plugins/gigmanager/templates/ into your theme at your-theme/gigmanager/ and modify it as needed.
GigManager uses your site’s timezone as configured in Settings General Timezone.
Yes. You can create as many artists as you need and filter shows by artist using the shortcode’s artist parameter.
Yes. Use the built-in CSV export on one site and the CSV import on another to move your artists, venues, tours, and shows.