AyeCode / events-for-geodirectory

The Events Calendar for GeoDirectory allows you to create a Directory of GeoEvents. Recurring Events, Events Locator with maps, the Events Calendar widget, sorting events by upcoming are the main features of this add-on for GeoDirectory.
https://wpgeodirectory.com/downloads/events/
Other
2 stars 2 forks source link

[gd_post_badge] now supports past, ongoing, upcoming conditions for events - ADDED #95

Closed kprajapatii closed 3 years ago

kprajapatii commented 3 years ago

Examples:

[gd_post_badge key="event_dates" condition="is_past_event" badge="PAST EVENT"]
[gd_post_badge key="event_dates" condition="is_ongoing_event" badge="ONGOING EVENT"]
[gd_post_badge key="event_dates" condition="is_upcoming_event" badge="UPCOMING EVENT"]

is_past_event, is_ongoing_event & is_upcoming_event can be used on any event field.

Example: [gd_post_badge key="phone" condition="is_upcoming_event" badge="%%input%%"]