WP Manifestindependent plugin directory
manifest / events / ev7l-events

7L Events

Wordpress-plugin for the siebenlinden.org to integrate events.

by Felix Wolfsteller · github.com/ecovillage/ev7l-events · website

0stars
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/ecovillage/ev7l-events/archive/refs/heads/master.zip

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

From the readme

EV7L Events Event model as wordpress plugin for ecovillage Sieben Linden homepage (siebenlinden.org). Its functionality comes to life with the Sieben Linden Hueman Child Theme (http://github.com/ecovillage/ev7l-hueman-child-theme). Events can be pushed and updated with ruby scripts included in wpevent. By Freundeskreis Sieben Linden e.V. (Germany). Released under the GPLv3+ (or any later version) as included in the LICENSE file. Content Use create-wp-plugin-archive.sh to create an uploadable plugin archive for Wordpress. Installation Until a propagation via wordpress' plugin repository is done, try using the github updater plugin. Usage The plugin ships with a Widget to show events in a list, some query functions to access events in a loop and registers two query vars that can come handy when creating calendar like views (in a theme). To use the calendar you need a page called calendar. An examplary theme can be found at the 7L hueman child theme . Description Events (ev7l-event), Event Categories (ev7l-event-category) and Referees (ev7l-referee) are modeled as Custom Post Types (CPT) with special Custom Fields (metadata). Following relationships exist: 1. Event

Read the full README on GitHub →