✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP Event Manager: events as customizable tables

Read the event_listing post type and pivot start date, location, organizer, and registration count into proper columns. Sort, filter, and inline-edit event status across many events at once during a busy season.

♾️ Lifetime License available

SleekView table view for WP Event Manager

Events as a real table, not a default post list

WP Event Manager registers event_listing as its main post type, with start and end dates, locations, organizers, and event types stored in postmeta and taxonomies. Add the Registrations or Sell Tickets add-on and you also get registration entries (often as a separate post type) and ticket-sales counts on the parent event. The default admin shows a Posts-style list with title and date, which omits the columns that actually matter for an event team.

SleekView pivots date, venue, organizer, event type, and ticket counts into one filterable table. Organizers can pull "upcoming events this week" sorted by date, marketers can filter by category and tag for campaign planning, and finance can pull last quarter's events with revenue and capacity numbers for reconciliation. Each is a saved view on the same underlying data.

Inline edits write through wp_update_post(), so any hooks bound to event publish/unpublish — notifications, calendar feeds, RSS, ICS exports — fire as normal. The Calendar add-on, the front-end listings, and the registration flow all continue to work because none of them depend on the admin UI; they read the same posts SleekView reads.

Workflow

From event_listing posts to organizer-grade tables

1

Point at event_listing

Pick the WP Event Manager event post type. The agent UI walks postmeta for date, venue, and organizer keys plus any registration or ticket meta the add-ons have written.
2

Pick role-relevant columns

Add start date, venue, organizer, event type, and ticket count as columns. The taxonomy picker handles event types and categories with the same UI WordPress uses for posts.
3

Save organizer views

Build "Upcoming virtual events this month" filtered by event type and date range. Build "Past events with revenue" for finance, sorted by date descending.
4

Bulk-update across a series

Recurring series share a parent event ID. Filter by parent ID and inline-edit status or extend dates across the entire series in one pass.

Sample columns

A typical WP Event Manager events view

SleekView reads event_listing posts and pivots _event_start_date, _event_location, and registration meta into named columns.
Source: wp_posts (event_listing) + wp_postmeta
Event Type Date Venue Tickets Status
Spring Summit In-person May 12 Berlin Loft 248 / 300 Published
Design Talk Virtual May 14 Online 412 / — Published
Workshop AM Hybrid May 18 Berlin Loft 44 / 50 Pending
Demo Night In-person May 20 Berlin Loft 0 / 80 Expired

Comparison

Default WP Event Manager admin vs SleekView

Default WP Event Manager admin

  • Default Posts-style list shows title and date — not venue, organizer, or registrations
  • Status changes (publish, expire, pending) are one event at a time
  • Filtering by date range plus event type plus organizer needs the Pro filters add-on
  • Ticket count and registration count live in postmeta but aren't surfaced
  • Recurring-event series aren't grouped in a friendly way

SleekView

  • Read event_listing with date, venue, organizer, and ticket count columns
  • Inline-edit event status across many events in one pass
  • Filter by date range, event type (in-person, virtual, hybrid), and organizer
  • Surface registration counts and ticket-sales meta as columns
  • Save views like "Upcoming virtual events this month" for organizers

Features

What SleekView gives you for WP Event Manager

Date-range filtering

Filter upcoming events by date range, event type, and venue. Pull "this week's events" or "May summits" without scrolling through a Posts-style list.

Inline-edit status and dates

Switch from pending to published or extend an event date directly in the row. Bulk-update across a recurring series with a single action.

Registration tracking columns

If you have the Registrations or Sell Tickets add-on, ticket counts and sold/available numbers live in postmeta. Surface them as columns and sort by under-sold.

Audience

Who uses SleekView for WP Event Manager

Event organizers

Upcoming events filtered by status, sorted by date, with ticket counts visible. Spot under-sold events early and trigger promotions before the gap widens.

Marketing teams

Featured events filterable by tag and category, with registration trends as columns. Focus promotion budget on events that need the boost most urgently.

Finance

Past events with revenue, ticket count, and venue cost columns for post-event reconciliation. Quarterly views ready without rebuilding filters every time.

The bigger picture

Why events need columns the default list never had

Event operations live in the gap between marketing and finance. The marketer wants to know which upcoming events need a promotion push because they're under-sold relative to capacity. The finance lead wants last quarter's events with revenue, ticket count, and venue cost lined up for reconciliation.

The organizer wants today's pending submissions and yesterday's expirations cleaned up before the morning standup. None of those questions are answerable from a default Posts-style list that shows title and date. WP Event Manager already stores everything needed — registration counts in _event_registrations meta, sold tickets via Sell Tickets add-on, organizer assignments via taxonomy — but the data isn't surfaced.

SleekView treats the event custom post type as the corpus it actually is and pivots the meta into columns that match the role, not the default. The Pro filters add-on solves part of this for filtering but doesn't give you saved views, custom columns, or inline editing — the three operations that turn an admin from a screen you check into a screen you work in.

Questions

Common questions about SleekView for WP Event Manager

Events are the event_listing custom post type. Start and end dates, location, organizer, and event type live in postmeta on the event. Categories and types are taxonomies (event_listing_category, event_listing_type), which SleekView treats with the standard WordPress taxonomy picker for filtering.

 

Yes. Recurring series share the parent event ID and SleekView lets you group by it. Registration entries and tickets are separate post types or tables depending on the add-on version. Build separate views for events, registrations, and tickets — they read the same database, just different post types or tables.

 

Yes. Event type is either a taxonomy or a meta key depending on your WP Event Manager version. SleekView's agent UI auto-discovers which it is in your install and treats it as a filterable column with the standard taxonomy or meta-value picker. Saved views can mix event-type filters with date and organizer filters.

 

Yes. SleekView writes through wp_update_post(), which is the standard WordPress function for updating posts. Any hooks bound to event publish, unpublish, or expiration — notifications, calendar sync, ICS regeneration, RSS pings — fire as normal. The Calendar and Embeddable Calendar add-ons continue to render correctly.

 

If Sell Tickets is active, sold and available counts live in postmeta on the event. The agent UI helps discover the meta keys (they vary slightly between Sell Tickets versions). Add them as columns and sort by remaining capacity to spot which upcoming events need a marketing push first.

 

The Calendar add-on is a front-end display layer that reads the same event_listing posts SleekView reads. They don't conflict — SleekView is the back-end view, the calendar continues to work for visitors. Edits made in SleekView appear in the calendar after the next page load because they're hitting the same database.

 

Imported events from ICS or third-party feeds end up as the same event_listing post type, often with a meta key marking the source. Save a view filtered by source = external for audit purposes, and another filtered by source = manual for the team's own events. The same admin handles both without separate plugins.

 

WP Event Manager Pro supports organizer roles. SleekView respects standard WordPress capabilities — an organizer who can only edit their own events sees only their events in the table, just like in the default admin. The agent UI also lets you save org-specific views so each organizer lands on their own filtered screen.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView