✨ 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 Custom Post Type UI Extended: any CPT as a table

Custom Post Type UI Extended registers post types and taxonomies that store their content in wp_posts, wp_postmeta, and wp_terms. SleekView reads each registered post type as one queryable, inline-editable admin table.

♾️ Lifetime License available

SleekView table view for Custom Post Type UI Extended

See every CPT UI Extended type as a workable admin table

Custom Post Type UI is the most-installed way to register post types and taxonomies in WordPress, and the Extended add-on widens what each registration can do. The data still lives in wp_posts, wp_postmeta, and wp_terms + wp_term_taxonomy, just with the registration handled by CPT UI Extended. The default admin for any registered post type is WordPress's standard list table, which is fine for editing one post at a time but doesn't expose meta fields, custom taxonomies, or featured imagery as columns.

SleekView reads every CPT UI Extended post type as a first-class source. Meta keys become opt-in columns, taxonomies appear as filterable cells, and standard wp_posts columns (status, date, author) are available alongside them. Sorting and filtering work even on meta fields, which the default list table can't do without custom code in pre_get_posts and posts_clauses.

Inline edits route through the WordPress core update API (wp_update_post, update_post_meta, wp_set_object_terms), so any plugin or theme that hooks save_post or related actions continues to fire as expected. Saved views per role replace the practice of registering custom admin columns and sortable handlers per post type, which gives developers their afternoons back and editors a workable admin.

Workflow

From CPT UI Extended registrations to a workable admin

1

Pick a post type

Choose any post type registered through CPT UI Extended. SleekView reads the registration to know which taxonomies, statuses, and core columns are available.
2

Compose columns

Add meta keys, taxonomies, and core columns. SleekView builds joins on wp_postmeta and wp_term_relationships only for the columns you pick.
3

Filter and group

Filter by status, author, taxonomy, or any meta key. Sorts respect the column type, so numeric and date meta sorts work without extra code.
4

Edit through WordPress core

Inline edits write through wp_update_post, update_post_meta, and wp_set_object_terms so save_post hooks keep firing.

Sample columns

A typical CPT UI Extended post type view

A CPT registered through CPT UI Extended with meta fields and a taxonomy joined inline.
Source: wp_posts (post_type=) + wp_postmeta + wp_terms + wp_term_taxonomy
Title Author Category Featured Updated Status
Spring lookbook Alex Reyes Editorial Yes Apr 22 Published
Studio tour Ria Bell Behind the scenes Yes Apr 23 Draft
Open call Tom Park Community No Apr 24 Published
Old guideline Mia Lin Internal No Feb 02 Trashed

Comparison

Default CPT UI Extended admin vs SleekView

Default WordPress list table

  • Default list table for a CPT shows title, author, and date by default
  • Meta fields from wp_postmeta aren't sortable or filterable without custom code
  • Custom taxonomies don't appear as filterable columns out of the box
  • Bulk editing arbitrary meta keys isn't possible without a meta box override
  • Sharing a different column set per role means duplicating the admin

SleekView

  • Every meta key can become a sortable, filterable column
  • Custom taxonomies as filterable cells per CPT
  • Inline edit meta and taxonomies through WordPress core APIs
  • Bulk update statuses, authors, and meta values across rows
  • Saved views per role replace per-CPT list table code

Features

What SleekView gives you for Custom Post Type UI Extended

Any CPT, any column

Every post type registered through CPT UI Extended is a first-class SleekView source. Add meta keys, taxonomies, and core columns without writing manage_*_columns filters.

Sort and filter on meta

Sorting and filtering work even on wp_postmeta values without writing pre_get_posts and posts_clauses handlers. SleekView builds the joins for you.

Inline edit through core APIs

Cells write through wp_update_post, update_post_meta, and wp_set_object_terms so save_post hooks keep firing on every change.

Audience

Who uses SleekView for CPT UI Extended

WordPress developers

Stop hand-rolling manage_*_columns filters and sortable handlers for every new CPT. SleekView reads the registration and gives editors a workable table with no boilerplate.

Editorial teams

Sort drafts by deadline, filter by category, and update statuses inline. The columns finally match the editorial workflow without involving a developer.

Multi-author sites

See each author's queue with their own saved view. Filters on post_author, taxonomy, and status replace ad-hoc dashboard widgets.

The bigger picture

Why every CPT deserves a usable admin table

Custom Post Type UI is everywhere because registering post types from the admin is a sensible default for non-developers. CPT UI Extended adds the things teams need on top: extra status registration, more taxonomy options, and richer registrations. The piece that's never been first class is the admin column set.

The default WordPress list table shows title, author, and date. Anything beyond that means writing manage_*_columns filters, manage_*_sortable_columns filters, and matching pre_get_posts handlers per CPT. On a site with a dozen post types that's a real amount of code, and it's the kind of code that doesn't pay off intellectually.

SleekView replaces all of it. Any CPT becomes a sortable, filterable, inline-editable table by reading its registration. Meta fields are columns.

Taxonomies are filters. Statuses are options. Edits route through WordPress core so save_post hooks keep firing.

Developers stop hand-rolling list tables, editors get an admin that matches the model, and the registration stays in CPT UI Extended where it belongs.

Questions

Common questions about SleekView for Custom Post Type UI Extended

Yes. Any post type registered through CPT UI or its Extended add-on becomes a SleekView source. SleekView reads the registration metadata so it knows which taxonomies and core columns are available.

 

Yes. SleekView builds the meta joins for you, including for numeric and date sorts. There's no need to write pre_get_posts or posts_clauses filters per CPT.

 

Yes. Every taxonomy attached to the CPT is available as a filterable column. Edits update wp_term_relationships through wp_set_object_terms so other plugins reading taxonomies see consistent state.

 

Yes. SleekView writes through WordPress core update APIs, so save_post, save_post_, updated_post_meta, and related hooks fire on every change. Any plugin or theme listening to those hooks continues to work unchanged.

 

Yes. Statuses registered through register_post_status are available as filterable values and as inline edit options. CPT UI Extended's optional status registration is read directly from the registration.

 

Yes. Any view exports from the table header with active filters and column order respected. Meta and taxonomy columns export as their resolved values, not as raw IDs.

 

Yes. SleekView reads its own columns from the registration plus wp_postmeta and wp_term_relationships. Plugins that add columns to the default list table continue to do so on the WordPress list screen; SleekView gives a separate, fuller table.

 

Yes. SleekView paginates against the same wp_posts indexes WordPress uses. Meta joins are scoped to the columns you've picked, so wide tables only pull the meta they need.

 

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