✨ 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 Charts for Custom Post Type UI

CPTUI registers post types and taxonomies but does not aggregate what lives inside them. SleekView Charts reads each registered CPT and renders row counts, status splits and taxonomy coverage as chart cards.

♾️ Lifetime License available

SleekView Charts dashboard for Custom Post Type UI

Registering a CPT is the first step. Watching it grow is the missing one.

Custom Post Type UI is the most common way teams register custom post types and taxonomies without writing PHP. The plugin is good at the registration step and intentionally stays out of everything that happens after a CPT exists. Once a site has eight or ten CPTs, the standard admin lists them one by one and gives no aggregate picture of which ones are growing, which are abandoned and how their rows are distributed.

SleekView Charts reads CPTUI's registrations and queries each post type as a dataset. A Number card counts rows across every CPTUI-registered CPT. A Pie shows the row split per post type. A Bar shows top authors across the CPT family. An Area trends post creation per week so a content team can see whether "case-studies" is still being maintained or whether "events" stopped getting fresh entries six months ago.

Because each CPT is a real post type, the cards run on wp_posts and wp_postmeta directly. No separate reporting table, no nightly export. CPTUI registers, SleekView reports.

Workflow

Turn CPTUI registrations into a dashboard

1

Read CPTUI registrations

SleekView reads the options that CPTUI writes to register post types and taxonomies. Each registered CPT becomes a candidate dataset for a chart card.
2

Pick chart cards

Choose Number, Pie, Bar, Area, Line, Radar or Radial. Group by post type, post_status, post_author, registered taxonomy term or date, and aggregate Count, Sum, Average, Minimum or Maximum.
3

Save a CPT dashboard

Name the dashboard ("CPT health", "Editorial CPTs", "Catalogue CPTs") and gate by capability so authors, editors and developers each see a useful slice.
4

Drill into the table

Click any chart segment to open the SleekView table for that CPT with the matching filter. Inline edits write back to wp_posts/wp_postmeta the same way the standard editor does.

Sample dashboard

Charts you can build from CPTUI data

Each card reads CPTUI-registered post types and the wp_posts table directly. Mix them to build a dashboard for editorial leads or developers maintaining a CPT-heavy build.
Number · Default

Total rows across CPTUI CPTs

Total posts across every post type registered by CPTUI. The single KPI a content team uses to track how much custom-typed content lives on the site.
Count
Pie · Donut text

Rows by post type

Distribution of rows across CPTUI-registered post types. Surfaces which CPTs carry the bulk of the content and which were registered then never used.
Count group by post_type
Bar · Horizontal

Top authors across CPTs

Rows grouped by author across the CPT family. Useful for editorial accountability and for spotting where one author owns a CPT others stopped contributing to.
Count group by post_author
Area · Gradient

Posts created per week

Time series of post_date across all CPTUI-registered post types. A simple way to see which CPTs are alive and which have not received a new entry in months.
Count group by post_date

Comparison

Default CPTUI admin vs SleekView Charts

Default CPTUI admin

  • Lists registrations but does not aggregate rows across CPTs
  • No view of post_status mix across the CPT family
  • Author distribution is invisible above the per-CPT list table
  • No time series of post creation across CPTUI registrations
  • Taxonomy coverage on each CPT is not surfaced anywhere

SleekView Charts

  • KPI card for total rows across CPTUI CPTs
  • Pie of row distribution per registered post type
  • Bar of top authors across the CPT family
  • Area trend of post creation per week across CPTs
  • Filters carry from chart segments into the SleekView table

Features

What SleekView Charts gives you for Custom Post Type UI

Every CPT, on one dashboard

CPTUI registers many post types; SleekView surfaces them together. A single dashboard shows total rows, per-type split, author distribution and time-of-creation trend without clicking through each CPT's list table.

Taxonomy coverage

CPTUI registers taxonomies too. SleekView counts how many posts in a CPT actually have terms assigned in each taxonomy, which is the missing answer to "are editors tagging things?"

Drill into edits

Click any chart segment to open the underlying SleekView table for that CPT with the matching filter. Inline edits write to wp_posts/wp_postmeta the same way the standard editor does.

Audience

Who builds CPTUI charts dashboards with SleekView

WordPress developers

Audit which CPTUI registrations are pulling weight on a given build. Deprecate the abandoned ones, double down on the active ones, with numbers backing the decision.

Editorial leads

Watch a CPT-heavy site as one surface. See which content types still earn fresh entries and which are slowly going stale, without opening a list table for each CPT.

Agency leads

Ship a CPTUI build with a usage dashboard so clients see their own custom post types in aggregate. No follow-up tickets for "how many case studies do we have?"

The bigger picture

Why CPTUI builds need an aggregate view

CPTUI is intentionally a registration tool. It deliberately stops at the point where the post type exists, the taxonomy is registered and the rewrite rules are in place. That is the right scope for the plugin, but it also means a site with a dozen CPTUI-registered post types has no built-in aggregate view of what is happening inside them.

The standard WordPress admin lists each CPT in the sidebar, each with its own list table. None of it adds up to a number. SleekView Charts treats the CPTs CPTUI registers as a single family of datasets.

The same wp_posts and wp_postmeta tables that store the content drive the chart cards, so the dashboard is always in sync with the editor. For a content team running on CPTUI, that converts a configuration into an observable system: which CPTs are alive, which are abandoned, which authors carry the load, which months actually shipped fresh entries. CPTUI handles the registration.

SleekView handles everything that comes after.

Questions

Common questions about SleekView Charts for Custom Post Type UI

No. The free CPTUI plugin writes its registrations to options in a documented format. SleekView reads those registrations and queries wp_posts directly, so the chart dashboard works on a standard CPTUI install without add-ons.

 

Yes. CPTUI registers taxonomies alongside post types. SleekView counts the share of posts in a CPT that have at least one term in each registered taxonomy, which is the missing answer to whether editors are actually tagging content.

 

Yes. SleekView queries WordPress's registered post type list, so any CPT registered through CPTUI or through code shows up. A dashboard can mix both, which is useful when a site started in code and moved registration into CPTUI over time.

 

Yes. CPTUI does not change how WordPress saves posts. Inline edits triggered from a chart-driven SleekView table go through wp_update_post and the standard save hooks, so any save_post handlers continue to fire as they do in the editor.

 

Yes, when the viewing user has capability for them. A non-public CPT used for internal workflows can drive a private dashboard for ops staff while staying invisible to authors who do not have access.

 

Yes. Group by post_date with an Area or Line card and either restrict the dataset to one CPT or include the full family. The same card answers "how often do we create case studies?" and "how much custom content do we ship overall?"

 

Yes. The chart cards query wp_posts directly with indexed columns. A site with hundreds of thousands of rows across CPTs renders the same dashboard the same way as a small editorial site, because the queries hit standard WordPress indexes.

 

SleekView reads the live registered post type list, so a CPT that gets unregistered drops out of the dashboard. Historical rows still exist in wp_posts and can be surfaced again by re-registering the CPT, which is useful during cleanup.

 

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