Events Calendar
Display upcoming cryptocurrency events, conferences, airdrops, and important dates.
Overview
The Events Calendar feature allows you to display upcoming cryptocurrency events such as conferences, airdrops, hard forks, token unlocks, and community meetups.
Screenshot: Events calendar page showing upcoming crypto events
frontend/events-calendar.png
Events calendar on the frontend
Features
- Upcoming Events List - Chronological list of future events
- Event Categories - Conference, Airdrop, Fork, Unlock, Meetup
- Featured Events - Highlight important events
- Individual Event Pages - Detailed event information
- View Counter - Track event page popularity
- Related Events - Show similar events
- Social Sharing - Share events on social media
Frontend URLs
| Page | URL |
|---|---|
| Events List | /events |
| Single Event | /events/{event-slug} |
Managing Events
- Go to Admin Panel > Content > Events
- Click Create to add a new event
- Fill in event details including title, date, description, and category
- Toggle Featured to highlight important events
- Click Save
Screenshot: Admin events management list
admin/content/events-list.png
Events management in admin panel
Event Fields
| Field | Description |
|---|---|
| Title | Event name |
| Alias | URL slug |
| Event Date/Time | When the event occurs |
| Description | Full event details |
| Category | Event type |
| Location | Physical or virtual location |
| Website | Event website URL |
| Image | Event banner image |
| Featured | Show prominently |
| Status | Active/Inactive |
Past Events
Events automatically move to past events once their date passes. Only future events are shown on the main events page. Past events remain in the database for historical reference.