WP Manifestindependent plugin directory
manifest / events / tec-simple-filter

TEC Simple Filters

Extends The Events Calendar by adding a secondary row of filters directly below the search bar.

by Raphael Suzuki · github.com/raphaelsuzuki/tec-simple-filter

1stars
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/raphaelsuzuki/tec-simple-filter/archive/refs/heads/main.zip

Declares an update source (https://github.com/raphaelsuzuki/tec-simple-filter), so updates arrive through the plugin's own updater.

From the readme

Simple Filter for The Events Calendar Adds clean, AJAX-powered filters for Venue, Venue City, Organizer, Category, and Tag to The Events Calendar's V2 Events Bar. Description TEC Simple Filters extends The Events Calendar by adding a secondary row of filters directly below the search bar. This allows your users to drill down into events by specific criteria. Key Features Seamless Integration: Designed to look and feel like a native part of The Events Calendar V2 views. AJAX Powered: Filters update the event list instantly without a full page reload. Responsive: Cleanly stacks on mobile devices. Developer Friendly: Includes a WordPress filter to easily enable or disable specific filter dropdowns. GitUpdater Compatible: Supports automatic updates via the GitUpdater plugin. Installation 1. Upload the tec-simple-filter folder to the /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Ensure The Events Calendar (v5.0+) is installed and active. Developer Hooks tecsimplefiltersactivefilters You can use this filter to selectively remove any of the default filters or change their labels/placeholders. Available filter

Read the full README on GitHub →