WP Manifestindependent plugin directory
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://gitlab.com/annaluise-application/wordpress-events-plugin/-/archive/main/wordpress-events-plugin-main.zip

Readme

WordPress Events Plugin

Description

This is a basic WordPress plugin to display information from an event database on a WordPress website. It is based on quite old code and is in need of a more modern rewrite.

Installation

  1. Upload Plugin via WordPress Plugin Page
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add Database Credentials to Atze's internal database in left menu

Shortcodes

  • [atze-list-by-event event_id=4711] - shows all Dates for Event 4711 (=veranstalt_id from table "veranstaltungen")
  • [atze-show-filter] - Displays a Table with predefined Search-Filters (--> Spielplan)
  • [atze-show-filter-results] - Displays an empty Table with id="searchfilter_table" which is used by JavaScript for Displaying the Results

Read the full README on GitLab →