Installation: For Developers

Installing Groundplan Pro with PatronManager Add-On
This article will walk you through the steps of installing Groundplan Pro, connecting your PatronManager account and setting up your events and venues for t...
Tue, Oct 30, 2018 at 5:35 PM
Groundplan Calendar Configuration and Shortcodes
Groundplan comes with four pre-built responsive event calendars that display all your events.  There are a number of arguments you can include to customize ...
Wed, Oct 14, 2020 at 12:12 PM
Customizing Calendar CSS
This article is to serve as a guide for designers and front end developers to customize the look and feel of the Groundplan calendar. Review this article to...
Thu, Jan 3, 2019 at 4:31 PM
Using Event & Performance Data in your Template
Loading Event Data into the Post Object Groundplan Pro includes a helper function, xdgp_load_all() that allows you to load event and performance data into ...
Fri, Jul 8, 2022 at 9:21 AM
Set up an Event List / Archive Page
You can save the following code snippet to your theme as archive-mc_event.php as a starting point to add a vertical list of events to your theme. functi...
Mon, Jul 1, 2019 at 3:40 PM
Add Groundplan Fields to your Event Detail Template
Use the sample code on this page as an example of how to include Groundplan fields in your theme. Groundplan fields can be accessed using the get_fie...
Thu, Apr 16, 2020 at 2:07 PM
Developer Groundplan FAQ
Getting Started Are Groundplan Events Custom Post Types? Yes!  Both Events and Venues are set up as WordPress Custom Post Types.  Event Instances (aka per...
Mon, Apr 15, 2019 at 2:09 PM
Customizing Event and Venue Fields
Groundplan Events and Venues come pre-built with a number of pre-built fields and functions to aid in your theme logic.   Configuration Options googl...
Wed, Jan 2, 2019 at 4:08 PM
Groundplan Hooks and Filters
Groundplan Pro can be further customized using a number of hooks and filters throughout the plugin to modify the basic HTML output created by the plugin. Ea...
Fri, Oct 22, 2021 at 9:13 AM
How to Add iCal / Google Calendar links to your Events
since v.0.8.0 Add Custom iCal & gCal Buttons / Links to your site Use the xdgp_calendar_ical_link() and xdgp_calendar_gcal_link() functions to ...
Thu, Dec 27, 2018 at 10:23 AM