Shortcodes

Use the shortcode generator in the post editor

[spiffy-calendar] for the monthly calendar

This displays the full calendar, following the options configured on the Spiffy Calendar > Options page.

Arguments:

  • cat_list: A comma separated list of category IDs, such as cat_list="1,4"

[spiffy-minical] for the mini version of the monthly calendar

This displays the mini sized calendar.

Arguments:

  • cat_list: A comma separated list of category IDs, such as cat_list="1,4"

[spiffy-week] for the weekly calendar

This displays one week of the full calendar, following the options configured on the Spiffy Calendar > Options page.

Arguments:

  • cat_list: A comma separated list of category IDs, such as cat_list="1,4"

[spiffy-todays-list] for the list of today's events

This displays a list of today's events.

Arguments:

  • cat_list: A comma separated list of category IDs, such as cat_list="1,4"
  • limit: Default is unlimited. This option allows you to display a maximum number of events in the event list
  • none_found: Default is blank. Defines a text string to display when no events are found
  • show_date: Default is 'false'. When set to 'true', the current date will be displayed at the beginning of the list
  • style: 
    • Default is 'Popup'
    • 'Expanded' to view the alternate, expanded display format in the Upcoming or Today's Events lists. This shows all of the event details in the list, with no popup.
    • 'Columns' to view the responsive column format
  • num_columns: configure the number of columns from 1 to 4 (since 4.4.0)

[spiffy-upcoming-list] for the upcoming events list

This displays a list of upcoming events, as far in the future as configured on the Spiffy Calendar > Options page.

Arguments:

  • cat_list: A comma separated list of category IDs, such as cat_list="1,4"
  • limit: Default is unlimited. This option allows you to display a maximum number of events in the event list
  • none_found: Default is blank. Defines a text string to display when no events are found
  • style: 
    • Default is 'Popup'
    • 'Expanded' to view the alternate, expanded display format in the Upcoming or Today's Events lists. This shows all of the event details in the list, with no popup.
    • 'Columns' to view the responsive column format
  • num_columns: configure the number of columns from 1 to 4 when the style is 'Columns' (since 4.4.0)

Bonus Shortcodes

[spiffy-submit] for the front end submit form (bonus)

Display a form that allows a site visitor to post a basic event.

Arguments:

  • manage: ’true’ or ‘false’ (default). Set ‘true’ to display a list of the events owned by the user, with links to edit or delete each event
  • manage_title: Default is "Your Events". When the event management list is enabled, this argument sets the title of the list