WP Manifestindependent plugin directory
manifest / events / events-post-type

Events Post Type

Add an events CPT to your WordPress site. Requires ACF.

by Matt Mirus · github.com/mmirus/events-post-type · website

2stars
0forks

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/mmirus/events-post-type/archive/refs/heads/master.zip

Declares an update source (https://github.com/mmirus/events-post-type), so updates arrive through the plugin's own updater.

From the readme

Events Post Type Add an events CPT to your WordPress site. Requires ACF. If needed, add support for additional taxonomies to the post type using the function. See: https://codex.wordpress.org/FunctionReference/registertaxonomyforobjecttype. If an ACF Google Maps API key is not already specified on your site, you can enter an API key authorized for use with the Google Maps JavaScript API and Google Geocoding API under Settings Events Post Type. Basic event archives and single event templates are provided and will be used by default. You will need to provide any styles you want applied. If desired, you can override the included templates using the normal WordPress template hierarchy: add and to your theme. You can copy the files from the plugin as starters.

Read the full README on GitHub →