✨ 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 Stackable: block usage and page footprint

Stackable saves blocks straight into wp_posts.post_content as markers parsed by the block API. SleekView Charts reads the parsed block list and builds a dashboard of total Stackable pages, top blocks used, author footprint, and edit cadence.

♾️ Lifetime License available

SleekView Charts dashboard for Stackable Gutenberg Blocks

Read your Stackable block usage as charts, not page lists

Stackable ships a polished Gutenberg block library (stackable/card, stackable/feature, stackable/heading, stackable/icon-list, stackable/columns, and many more) that gets saved straight into wp_posts.post_content as block markup. Older Stackable versions used the ugb/* namespace; current versions use stackable/*, and both still exist on long-running sites. The default Pages screen has zero awareness of which Stackable blocks each page uses.

SleekView Charts calls parse_blocks() on post_content to extract every stackable/* and legacy ugb/* block name and exposes them as a real column. A Number card pins the total pages that contain at least one Stackable block. A Donut splits usage across the top Stackable block types. A Bar ranks authors by Stackable pages built, and an Area card maps edit cadence using post_modified.

This is not a replacement for the block editor. Stackable still owns block rendering, the design library, and its style migrations between versions. SleekView Charts adds the reporting surface Stackable never shipped: which blocks the site actually uses, how usage breaks down per author, and how active those pages stay, all from the same block markup the editor already writes into the post.

Workflow

From parsed stackable/* blocks to a dashboard

1

Point SleekView at parsed blocks

Add a SleekView data source for wp_posts with the block-parser column enabled. SleekView calls parse_blocks() on post_content and exposes the list of stackable/* and legacy ugb/* block names per post as a real column.
2

Switch the view to Charts

Flip the view from Table to Charts. SleekView opens a blank dashboard ready for chart cards built on the parsed Stackable block column, plus post type, status, author, and modified date.
3

Add chart cards

Drop a Number card for total Stackable pages, a Donut for the top stackable/* block types, a Bar for authors ranked by Stackable pages built, and an Area card for edit cadence on those pages.
4

Save and share

Name the view ("Stackable usage audit", "Block migration check") and gate access by WordPress capability so agency leads, editors, and clients each see the cards that matter to their role.

Sample dashboard

Charts you can build from Stackable block data

Four cards that turn parsed stackable/* and legacy ugb/* block markup into a working Stackable usage dashboard inside WordPress.
Number · Default

Total Stackable pages

A single big-number KPI counting posts whose post_content contains at least one stackable/* or legacy ugb/* block marker, scoped to published status across pages, posts, and CPTs.
Count
Pie · Donut

Top Stackable blocks used

A donut split across the top Stackable blocks (stackable/card, stackable/feature, stackable/heading, stackable/icon-list) parsed from post_content with the block parser column.
Count group by block_name
Bar · Horizontal

Pages by author

A horizontal bar ranking WordPress users by the number of Stackable-bearing pages they own, resolved against wp_users for clear ownership and handover audits.
Count group by post_author
Area · Gradient

Edits per week

A gradient area chart of edits per week on Stackable-bearing posts, sourced from post_modified on the rows in wp_posts that carry stackable/* block markers.
Count group by post_modified

Comparison

Default Stackable admin vs SleekView Charts

Default Stackable admin

  • No built-in chart view, only a paginated Pages list with no block breakdown
  • Count of pages using Stackable blocks requires manual auditing or SQL
  • Legacy ugb/* vs current stackable/* split is not summarised anywhere
  • No time-series view of Stackable-page edits per week or per month
  • Author workload and block ownership are invisible from the list view

SleekView Charts

  • Number cards for total Stackable pages and total unique blocks used
  • Pie or Donut cards splitting the top stackable/* block names by count
  • Bar cards ranking authors or block types by pages built
  • Area or Line cards plotting edits per week from post_modified
  • Same filters (type, author, status, block name) apply to every chart card

Features

What SleekView Charts gives you for Stackable Gutenberg Blocks

Real block markup drives real charts

Charts pull from wp_posts.post_content parsed with the standard parse_blocks() API. SleekView exposes block names as a real column, no exports, no shadow copy, no third-party scraper required.

Legacy ugb vs current stackable

Both the legacy ugb/* namespace and the current stackable/* namespace are exposed in the parsed column, so migration audits can chart the split and prioritise pages still on the old namespace.

Editorial pulse as a curve

Group by post_modified truncated to week to chart Stackable page edit activity over time. Quiet weeks, freeze periods, and campaign pushes become visible without manual log review.

Audience

Who builds Stackable chart dashboards with SleekView

Agencies

Client-facing block usage dashboards with total Stackable pages, top blocks in use, and edit cadence, refreshed on every visit without manual export.

Editorial teams

Pages-by-author and weekly edit volume on one screen so workload, block preferences, and handover risk are visible at a glance.

Site owners

A donut of Stackable block types plus a stale-pages count surfaces unused blocks and housekeeping debt before redesign time.

The bigger picture

Why Stackable sites deserve a block chart view

Stackable has shipped two namespaces in its lifetime, the legacy ugb/* prefix from the early days and the current stackable/* prefix that ships in current versions. On a long-running site, both exist in post_content side by side, and figuring out where each block lives is hard from the WordPress admin alone. The data is already there.

Every Gutenberg block is saved as serialised markup with a namespaced block name, parseable by parse_blocks() on read. SleekView Charts parses that once, caches the block list per post, and lets the chart view answer the questions content leads actually ask. How many pages use Stackable at all.

Which blocks are the workhorses. How much of the site is still on the legacy ugb namespace. Which authors lean on which blocks.

Stackable keeps owning the block library and migrations, the chart view finally gives the surrounding metadata a place where content leads, editors, and site owners can read it on demand.

Questions

Common questions about SleekView Charts for Stackable Gutenberg Blocks

Directly from wp_posts.post_content parsed with WordPress's parse_blocks() API. SleekView extracts the list of stackable/* and legacy ugb/* block names found in each post and exposes them as a real column, so chart cards can group by block name like any other field.

 

Yes. Group a Donut or Bar card by the parsed block name and SleekView ranks Stackable blocks by how often they appear across the site. Filter further to a single block when an audit focuses on, for example, every page using stackable/card before a card variant changes in an update.

 

Yes. The parsed block column exposes both namespaces, so a Donut or Bar grouped by namespace shows how much of the site is still on the legacy ugb/* blocks versus the current stackable/* blocks. The split makes migration prioritisation a chart, not a manual audit.

 

Group an Area or Line card by post_modified truncated to week or month, aggregated by Count, scoped to posts that carry stackable/* blocks. The curve shows when those pages are being touched, useful for tracking campaign cadence and stretches of zero activity.

 

Yes. View-level filters such as post type, author, status, date range, and parsed Stackable block name apply to every chart card on the dashboard. One saved configuration drives both the audit table and the chart view, so reporting and housekeeping stay aligned.

 

Yes. The expensive operation is calling parse_blocks() on every post_content. SleekView caches the parsed block name list per post so subsequent chart renders hit a lightweight indexed column instead of re-parsing the block markup, even on sites with tens of thousands of posts.

 

Charts are read-only summaries by design. To act on a chart insight, switch to the audit table filtered to the same slice (for example, every page using a specific stackable/* block) and open the row in the block editor from there. Inline edits route through the standard WordPress update path as usual.

 

Stackable does not ship a reporting screen for block usage, so there is nothing to replace. SleekView Charts adds a reporting surface on top of the post_content markup Stackable already writes, so the plugin keeps owning the block library and the chart view owns the cross-site summarisation.

 

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