WP Manifestindependent plugin directory
manifest / events / wp-event-sticker

Event Sticker Widget

Event Sticker WP Plugin

by Ivan Smitka · github.com/ismitka/wp-event-sticker · 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/ismitka/wp-event-sticker/archive/refs/heads/main.zip

Readme

wp-event-sticker

Event Stickers - WordPress Plugin

Adds Event Stickers to page Events Based on Events Manager Plugin https://cs.wordpress.org/plugins/events-manager/ Events are grouped by priority (EventSticker_Priority property) Events are valid for display 14 days before Start. Days interval can be configured via EventSticker_DaysBefore property Event Sticker displays Event Category Image, Event Name and Event Start Link depends on URL_Turnaj property

Build CSS

sass src/event-sticker.scss:static/event-sticker.css

Update dependencies

npm install

Compile JS

pnpm run build

Create plugin archive

./compress.sh

Read the full README on GitHub →