Shortcode Options

Pie Calendar’s calendar view is displayed by using the shortcode below.

[piecal]

This shortcode accepts a few parameters:


view: The default view for the calendar. Possible values are: dayGridMonth, listMonth, timeGridWeek, listWeek, or dayGridWeek.

[piecal view="listMonth"]


locale: An ISO 639-1 language code. By default, the calendar will use the locale of your WordPress install, but if you want to specify a different locale, you can do it in this shortcode parameter.

[piecal locale="es"]


type: Specify a post type to show on the calendar. By default, all posts designated as an event will be shown. If you specify a post type, however, only events of that type will be shown on this instance of the calendar.

[piecal type="event"]

Video demonstration:


theme: Specify a preference for dark mode behavior. Possible themes are: dark, adaptive.

Dark forces the calendar into dark mode all the time.

Adaptive checks the user agent setting of "prefers-color-scheme" and adapts light/dark accordingly.

[piecal theme="adaptive"]


The wraptitles attribute is available in free version 1.1.1 and coming soon to Pro.

wraptitles: If the wraptitles attribute is included in the shortcode, events with long names will wrap rather than being obfuscated by the bounds of the event cell they belong to. While the value of the attribute isn't of particular consequence, we recommend setting it to 'true' for better readability.

[piecal wraptitles='true']

The Event Info Shortcode

To display an event’s Pie Calendar start and end date, use the shortcode. It only accepts one parameter:

format: By default, the format output by the shortcode will match your WordPress site’s default date & time format. If you want to change it, you can output a specific format in this parameter.

[piecal-info format="Ymd \\a\\r\\o\\u\\n\\d H:i:s"]

Note that any non-format characters (e.g. letters you want to display as letters instead of converting to day/date/time, etc...) must be escaped with double backslashes.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.