✨ 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 Stachethemes Event Calendar Pro: events as tables

Stachethemes registers events as the sec_event custom post type with start, end, location, and recurrence meta. SleekView reads that CPT and its postmeta keys so coordinators can sort, filter, and edit dates without opening every event in turn.

♾️ Lifetime License available

SleekView table view for Stachethemes Event Calendar Pro

Every Stachethemes event in one sortable grid

Stachethemes Event Calendar Pro stores events as the sec_event custom post type in wp_posts, with the heavy lifting in wp_postmeta: event_start, event_end, event_location, event_organizer, and the recurrence rule meta. The default WordPress event list shows title, author, and date, which is fine for ten events and unworkable for a hundred.

SleekView reads the sec_event CPT and promotes those Stachethemes meta keys to first-class columns: start, end, location, organizer, color, and any custom event field. Inline edits write back through update_post_meta on the same keys the front-end calendar reads, so a date change in the grid is the same change the public calendar shows on the next load.

The grid replaces the per-event drilldown with a planning surface. Filter by location to spot a double-booked venue, sort by event_start to see the next two weeks, save a view per organizer so each team member opens their own slice. Exports run against the filtered set, not the entire CPT, so a category-filtered CSV is ready for the newsletter without manual culling.

Workflow

From the WP post list to a Stachethemes planning grid

1

Connect to sec_event

Create a SleekView against the sec_event CPT. Title, status, and author are detected along with Stachethemes meta keys for start, end, location, organizer, color, and recurrence.
2

Compose columns

Promote event_start, event_end, event_location, and any custom event meta. ACF and Meta Box fields registered against sec_event appear automatically.
3

Pin coordinator views

Save Upcoming this month, By organizer, By location, and Cancelled last 30 days. Each saved view captures filters, columns, and sort so the planning rituals reopen with one click.
4

Edit and export

Update event_start and status inline. Bulk reschedule when a venue cancels. Export the filtered category to CSV for marketing handoffs.

Sample columns

A typical Stachethemes events view

Upcoming sec_event rows with start, location, organizer, and status visible together.
Source: wp_posts (post_type=sec_event) + wp_postmeta
Event Start Location Organizer Category Status
Founders Breakfast May 22 08:30 Studio One Nora Schmidt Networking Published
Quarterly Review Jun 04 14:00 HQ Boardroom Ops Team Internal Draft
Summer Pop-up Jul 11 11:00 Riverside Plaza Comms Retail Published
Cancelled Workshop Apr 28 10:00 Studio B Education Workshop Cancelled

Comparison

Default Stachethemes Event Calendar Pro admin vs SleekView

Default Stachethemes admin

  • Standard WP post list shows title and date, not event_start or event_location
  • Recurrence rules from event_recurrence are hidden until you open each event
  • No inline edit for start time or organizer from the list view
  • Filtering by event_location requires switching to the calendar view
  • No saved views for upcoming runs or per-organizer schedules

SleekView

  • Promote event_start, event_end, event_location to columns
  • Inline reschedule writes back through update_post_meta
  • Save views like Upcoming this month or Cancelled last 30 days
  • Filter by event_organizer or color in one click
  • Bulk update status or location across a filtered set

Features

What SleekView gives you for Stachethemes Event Calendar Pro

Next two weeks at a glance

Sort the sec_event CPT by event_start to surface the upcoming runs without scrolling the calendar. The saved Upcoming view becomes the Monday-morning planning screen.

Filter by location

Group rows by event_location to spot conflicts at the same venue. A double-booking at Studio One on a Friday is obvious in the grid before anyone asks at reception.

Inline reschedule

Edit event_start and status directly when a venue cancels. The change writes to the same postmeta the front-end calendar reads, so the public site updates on the next page load.

Audience

Who uses SleekView for Stachethemes Event Calendar Pro

Event coordinators

Plan, reschedule, and triage sec_event records from one live grid. The saved Upcoming and Cancelled views replace switching between the calendar and the WP post list.

Venue managers

Group by event_location to see the week per venue. Capacity overruns and double bookings surface before they become customer service problems.

Marketing teams

Pull category-filtered events to CSV for newsletter prep. A saved view of upcoming Retail events exports to the email tool with no hand-curation.

The bigger picture

Why Stachethemes teams outgrow the WP post list

Stachethemes Event Calendar Pro is a clean implementation of a calendar on top of WordPress conventions, which is exactly why its admin scales the way WordPress posts scale rather than the way an operational calendar needs to scale. Once a team is running more than a dozen events at once, the missing columns become the bottleneck: title and date are not enough to plan around when location, organizer, capacity, and recurrence are the dimensions that actually decide the week. Coordinators end up opening individual events to read those fields, then exporting to spreadsheets when they need to think across more than a handful at a time.

The data is already in wp_postmeta against the sec_event CPT; it just is not visible in the place coordinators work. Treating the sec_event CPT as a real grid promotes those meta keys to first-class columns and turns the planning workflow from a sequence of clicks into a sortable, filterable surface. Saved views become the rituals of the role, and inline edits route through the same update_post_meta calls the plugin uses, so the front-end calendar stays consistent with what the team did in the grid.

Questions

Common questions about SleekView for Stachethemes Event Calendar Pro

Yes. The recurrence configuration lives in event_recurrence meta on the sec_event post. SleekView exposes it as a column or filter; the plugin's own recurrence engine continues to generate front-end instances unchanged.

 

Yes. The start cell is editable and writes back to the event_start postmeta key. The front-end calendar reads the same key, so updates are reflected on the next visit.

 

Yes. Any postmeta registered against sec_event, including ACF fields, can be promoted to a column or filter. Once promoted the field is sortable and exportable like any native column.

 

Yes. SleekView is admin-side. All edits go through update_post_meta on the same keys the front-end templates read, so the Stachethemes calendar block keeps rendering normally.

 

Yes. event_organizer is a column and a filter. Save per-organizer views so each team member opens their own slice without rebuilding the filter set each morning.

 

Yes. The current filter set exports to CSV with the columns you have configured. Marketing typically saves a category view and exports it weekly for newsletter prep.

 

Multi-day events have both event_start and event_end meta. SleekView shows both, and a duration helper is available as a derived column for sorting by length.

 

No. SleekView only reads and writes event data. The calendar block's layout, colors, and templates stay configured in the Stachethemes settings exactly as before.

 

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