Square Candy ACF Events
A WordPress plugin for managing and displaying events. Depends on the ACF Pro plugin.
by Peter Wise · github.com/squarecandy/squarecandy-acf-events · website
★ 8stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/squarecandy/squarecandy-acf-events/archive/refs/heads/master.zipDeclares an update source (https://github.com/squarecandy/squarecandy-acf-events), so updates arrive through the plugin's own updater.
From the readme
Square Candy ACF Events
A custom events plugin using Advanced Custom Fields
Requires Advanced Custom Fields Pro 5.x
Outputs HTML including schema.org structured data
A basic, easy to use events system
Settings
See available settings at Events Event Settings
Date formatting options
Google Maps API key integration
Additional Mapping options
Display options
Shortcodes
Default:
Show Upcoming Events in the standard format
[squarecandyevents]
or
echo squarecandyeventsfunc();
Archive:
Show Past Events in the standard format
[squarecandyevents type=past]
or
echo squarecandyeventsfunc( array('type'='past') );
All:
Show All Events (past, present and future) in the standard format
[squarecandyevents type=all]
or
echo squarecandyeventsfunc( array('type'='all') );
Compact:
Show the compact events block. This is good for sidebars, a homepage block, or other place where a compact preview of upcoming events is needed.
[squarecandyevents style=compact]
or
echo squarecandyeventsfunc( array('style'='compact') );
Category Filter:
Filter the list by Event Category. The example below assumes you have already created an event category called "My Example Cat
Read the full README on GitHub →