✨ 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 Pro: events, registrations & organizers as tables

WP Event Manager Pro stores events as the event_listing post type with organizers and venues as linked CPTs. SleekView joins those records, plus registrations from the Registrations add-on, into a single admin grid with inline edits and saved views.

♾️ Lifetime License available

SleekView table view for WP Event Manager Pro

From event_listing to a real admin grid

WP Event Manager Pro uses WordPress conventions: events as the event_listing post type, organizers as event_organizer, venues as event_venue, and categories as a custom taxonomy. Dates sit in _event_start_date and _event_end_date, ticket data in _event_ticket_options, and the Registrations add-on writes attendee records linked to each event.

SleekView reads event_listing and joins organizer and venue fields onto each event row through the linked post IDs. When the Registrations or Attendee Information add-ons are active, those records become a second view joined back to the parent event. Custom event fields registered through the plugin's filter API promote to columns once detected.

Inline edits write to the same _event_* meta keys WP Event Manager Pro reads internally. Reschedules update the public listing template, organizer changes flow into the front-end card, and registration status flips show up on the organizer dashboard. The grid becomes the planning surface that the default per-event admin does not provide.

Workflow

From three CPTs to one event-management grid

1

Connect to event_listing

Create a SleekView against the event_listing post type. Title, status, and dates are detected, plus the _event_* meta keys ready to promote to columns.
2

Join organizers and venues

Use the linked post IDs to join event_organizer and event_venue meta. Each event row carries venue address, organizer email, and capacity inline.
3

Add a registrations layer

When the Registrations add-on is active, layer a second view on registration records joined to the parent event. Paid and pending counts surface as columns on the event row.
4

Edit, save, export

Update dates, status, and capacity inline. Save views per organizer and per category. Export filtered events to CSV for marketing and partner promotion lists.

Sample columns

A typical WP Event Manager Pro events view

Events listed with organizer, venue, start date, and registration count joined inline.
Source: wp_posts (post_type=event_listing, event_organizer, event_venue) + wp_postmeta
Event Start Venue Organizer Registrations Status
Indie Founder Meetup May 26 Hub North Founders Guild 42 / 60 Published
Design Sprint Jun 04 Gallery 3 Design Co 18 / 20 Pending
Open Day Jun 18 Studio B Education Team 121 / 150 Published
Off-Site Workshop Jul 09 Riverside Park Comms 0 / 30 Cancelled

Comparison

Default WP Event Manager Pro admin vs SleekView

Default WP Event Manager Pro admin

  • Event list shows title, date, and status with no joined venue or organizer columns
  • Registrations from the add-on live in a separate per-event screen
  • Cannot edit _event_start_date or status from the list
  • Custom _event_* meta is not promoted to columns
  • No saved views for upcoming, capacity-at-risk, or by organizer

SleekView

  • Show _event_start_date, _event_end_date, venue, organizer, and capacity as columns
  • Join registrations count and status onto each event row
  • Inline edit dates, status, and ticket capacity
  • Save views like Upcoming this month, Cancelled in last 30 days, By organizer
  • Filter by venue, organizer, or category in one click

Features

What SleekView gives you for WP Event Manager Pro

Date-range planning

Sort by _event_start_date and filter to a relative window. The Upcoming this month view replaces calendar scrolling during planning meetings.

Registrations joined inline

When the Registrations add-on is active, every event_listing row carries a paid count, pending count, and capacity. Capacity-at-risk surfaces before the event sells out.

Inline reschedule

Edit dates and status directly. Writes route through the same _event_* meta keys WP Event Manager Pro reads internally, so the public listing template updates immediately.

Audience

Who uses SleekView for WP Event Manager Pro

Event organizers

Group event_listing by organizer and venue to balance the schedule. Saved views per organizer surface conflicts and capacity issues before they become customer calls.

Registration leads

Track ticket sales per event with the joined registrations count. The Capacity at risk view filters events below 80 percent capacity with two weeks remaining.

Marketing teams

Pull events by category for newsletters. A saved view of upcoming events with covers ready exports straight to CSV for the email tool, no hand-curation needed.

The bigger picture

Why WP Event Manager Pro needs a planning grid

WP Event Manager Pro is a strong publishing system for events: a clean CPT, organizer and venue records, recurrence and registrations through add-ons. The default admin handles the publishing side well and the operational side less so. Organizers running more than ten concurrent events end up with a mental model that the admin does not reinforce: which events are at risk of capacity, which organizer is responsible, which venue has a conflict next Saturday.

The data is in event_listing, event_organizer, and event_venue already; it just is not joined on one screen. Treating those CPTs as a real grid surfaces the planning view organizers actually keep in their heads. Saved views become the rituals of the role, the registrations add-on contributes its count as a joined column instead of a separate screen, and inline edits route through the same meta keys the plugin uses so the front-end listings stay accurate.

The work moves from clicking through edit screens to deciding what to do about the conflicts the grid surfaced.

Questions

Common questions about SleekView for WP Event Manager Pro

Yes. When the Registrations or Attendee Information add-ons are active, those records form a second source that joins back to the parent event_listing. Registration count, paid count, and pending count surface as columns on the event row.

 

Yes. _event_start_date and _event_end_date are editable cells. Edits write to the same meta keys WP Event Manager Pro reads, so the public listing template and any front-end search results pick up the new time.

 

Yes. Any meta registered through the plugin's filter API can be promoted to a column. ACF or Meta Box fields registered against event_listing are picked up automatically once detected.

 

Yes through the Recurring Events add-on. Recurring series appear as parent rows with child instances available through a filter, because SleekView only reads and writes through the same meta the plugin uses.

 

Yes. Venue and organizer CPTs are joined onto each event row through the linked post IDs. Filter by venue to spot conflicts, group by organizer to balance the team's load.

 

Yes. Any filtered view exports to CSV with the columns you choose. The common pattern is one per-organizer view for accountability and one per-category view for marketing.

 

Yes. Saved views with date and status filters keep queries pinned to indexed columns. Hundreds of event_listing rows paginate quickly because every list view filters by date range first.

 

Yes. SleekView is an admin-side companion. The front-end listing search, single-event template, and shortcodes keep running because all changes use the same _event_* meta keys the public templates read.

 

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