✨ 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 Pods Pro: custom tables and ACTs as editable views

Pods Pro builds custom post types and Advanced Content Types that can live in dedicated database tables outside wp_postmeta. SleekView reads either storage path so every Pod becomes a queryable, editable admin table.

♾️ Lifetime License available

SleekView table view for Pods Pro

See every Pod row, including ACTs in their own tables

Pods Pro is unusual among content modeling plugins because Advanced Content Types live in dedicated database tables instead of wp_posts and wp_postmeta. Standard custom post types still use the WordPress meta tables, and Pods relationships can be meta-based or table-based. The default Pods admin handles each storage path with limited list options: ACT rows live outside WP_Query so the standard list filters do not apply, and bulk editing custom field values usually means Pods Templates or custom code.

SleekView reads both storage paths. Each Pod becomes a workable view with fields, taxonomies, and related Pods shown as proper columns, regardless of whether the data lives in postmeta or a Pods custom table. ACTs keep their performance benefits because SleekView queries the dedicated tables directly. Inline edits go through Pods' update functions so validation and pods_api hooks still fire, and bidirectional relationships update both sides exactly as they do from a Pods edit form.

Both meta-based and table-based field storage are supported, so a Pod that mixes both works as one table. SleekView coexists with Pods Pro and add-ons like List Tables because it reads the same Pods data layer instead of replacing it. Saved views per role, exports to CSV, and inline relationship editing make catalog-style Pods (books, products, locations) feel like the inventory tools they actually are, without leaving WP Admin.

Workflow

From Pods storage to a working admin table

1

Pick a Pod

Select a custom post type or Advanced Content Type. SleekView reads its field registry from Pods and detects whether storage is meta-based, table-based, or a mix.
2

Build the columns

Drag fields, taxonomies, and related Pods into the order your workflow uses. Inventory views can show price, stock, ISBN, and supplier alongside title and status.
3

Filter on the right path

Filters work whether the field is in postmeta or a Pods custom table. Numeric and date sorts respect the underlying type, and ACT-only filters bypass WP_Query for speed.
4

Edit through Pods

Inline edits go through Pods' update functions so validation, pods_api hooks, and bidirectional relationships fire. Bulk update statuses or stock counts from one screen.

Sample columns

An Advanced Content Type book catalog

Books from a Pods ACT with author, ISBN, and price in their own table columns served from the dedicated Pods table.
Source: Pods custom tables (ACTs) + wp_postmeta (standard Pods) + wp_posts
Title Author ISBN Price Stock Status
Project Hail Mary Andy Weir 9780593135204 £18.99 42 In stock
The Pragmatic Programmer Hunt and Thomas 9780135957059 £32.50 3 Low
Old reference manual 0 Discontinued
A Philosophy of Software Design John Ousterhout 9781732102200 £22.00 18 In stock

Comparison

Default Pods Pro admin vs SleekView

Default Pods Pro admin

  • Pods admin tables show basic fields but not all custom fields
  • ACT rows live outside WP_Query so list filters are limited
  • Bulk editing custom Pods fields needs Pods Templates or custom code
  • Relationships across Pods do not appear inline on listing screens
  • No simple way to share a curated table view with non-admins

SleekView

  • One table per Pod, including Advanced Content Types
  • All custom fields visible as sortable, filterable columns
  • Inline-edit values, including relationships and select fields
  • Group rows by category, taxonomy, or related Pod
  • Save shared views per role for ops, editorial, or support

Features

What SleekView gives you for Pods Pro

Pods and ACTs together

Standard custom post types and Advanced Content Types share the same UI. Switch between them like database tables, regardless of whether storage is postmeta or a Pods custom table.

Relationships resolved

Show related Pods inline, with parent, child, and many-to-many resolved to titles. Edit one side and watch the other side update when bidirectional sync is configured.

Inline edit Pods fields

Update prices, statuses, and selections in bulk. Writes go through Pods' own field handlers so validation, pods_api hooks, and bidirectional relationships still apply.

Audience

Who uses SleekView for Pods Pro

WordPress developers

Manage rich Pods data models without one-off admin pages. SleekView reads the Pods registry directly so the table tracks the model as it evolves.

Product catalog sites

Edit ACT-based catalogs as sortable inventory tables. Books, parts, locations, or any large dataset stored in custom tables stays fast at thousands of rows.

Editorial teams

Browse and update Pods content with columns that match the workflow. Saved views per role keep editors focused on their slice without exposing the full Pods admin.

The bigger picture

Why Pods Pro Advanced Content Types deserve real admin tables

Pods made an early bet that not every content model belongs in postmeta. Advanced Content Types live in their own custom database tables, which is what makes them fast for catalog-style data with hundreds of thousands of rows: there is no postmeta join overhead, and queries can use proper indexes on the columns that matter. The downside has always been the admin experience.

WordPress's list table machinery assumes WP_Query, and ACTs sit outside it. Pods provides admin lists, but the default columns are limited and bulk editing tends to require Pods Templates or custom code. Teams running serious ACT-based catalogs end up either building one-off admin pages or accepting that day-to-day editing is awkward.

SleekView closes that gap. The same Advanced Content Type that gives you ten-thousand-row queries in milliseconds becomes a sortable, filterable, inline-editable table without writing a custom List Table or moving data into postmeta. Standard custom post types and ACTs share the same UI, relationships resolve inline regardless of storage, and Pods' own validation and hooks continue to fire on every edit.

The performance benefits stay where Pods put them, and editors finally get an admin that matches the data model.

Questions

Common questions about SleekView for Pods Pro

Yes. ACTs are first-class in SleekView. Their custom database tables are queried directly through Pods' API, so you keep the performance benefits even at very large row counts. The list filters that do not work on ACTs in the WordPress admin do work in SleekView because the queries do not go through WP_Query.

 

Yes. SleekView surfaces relationship pickers in cells, and bidirectional relationships update both sides through Pods. The picker uses the same lookup Pods uses on its own forms, which means custom relationship validation continues to fire.

 

Yes. Writes go through Pods' update functions, so field validation and pods_api hooks still fire. Required fields, unique constraints, and custom validation callbacks continue to apply, and a failed validation surfaces inline as an error rather than a silent write.

 

Yes. Pods' table-storage option for fields is supported alongside meta-based storage, and a Pod that mixes both renders as one table. SleekView detects the storage path per field from the Pods registry and routes reads and writes correctly.

 

Yes. Any view exports to CSV from the table header, with active filters and column order respected. Useful for migrating data between staging and production, sharing a catalog with a partner, or feeding Pods data into an external tool.

 

Yes. SleekView coexists with Pods Pro and add-ons because it reads the same Pods data layer. There is no overlap where one would override the other; SleekView adds a generic admin table layer, and Pods Pro features continue to apply on every read and write.

 

Yes. Pods supports single-site and multisite, and SleekView respects the active scope. Per-subsite Pods register on the active blog and surface only there, while network-level Pods become available wherever they are active. Saved views follow the same scoping rules.

 

Yes. Pods' Migrate and Component features write through the same data layer SleekView reads, so a Pod imported on a fresh site is immediately available as a SleekView source. There is no extra registration step or schema sync to run.

 

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