✨ 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 CoBlocks: block usage across your content

CoBlocks ships dozens of coblocks/* Gutenberg blocks (hero, gallery-masonry, pricing-table, food-and-drinks, accordion) that get serialised into post_content on every page that uses them. SleekView Charts reads that content and builds a dashboard of total CoBlocks pages, top block types, author footprint, and edit cadence.

♾️ Lifetime License available

SleekView Charts dashboard for CoBlocks

Read your CoBlocks block usage as charts, not page lists

CoBlocks adds dozens of Gutenberg blocks under the coblocks/* namespace (hero, gallery-masonry, pricing-table, accordion, food-and-drinks, gif, click-to-tweet). When an editor drops a CoBlocks block onto a page, the block markup is serialised into the post_content column on wp_posts as an HTML comment like <!-- wp:coblocks/hero -->. The default WordPress Pages and Posts admin lists titles, authors, and dates with no idea which CoBlocks blocks are actually in use.

SleekView Charts reads the same wp_posts rows and parses post_content to surface CoBlocks block usage. A Number card pins total posts and pages containing at least one coblocks/* block. A Donut splits usage across the top CoBlocks block types. A Bar ranks authors by CoBlocks-using posts built, and an Area card maps edit cadence on that content using post_modified.

This is not a replacement for the Gutenberg editor. CoBlocks still owns block rendering, the inspector, and settings. SleekView Charts adds the reporting surface neither WordPress nor CoBlocks shipped: which CoBlocks blocks the site actually relies on, which content has gone stale, and how usage is distributed across editors, all sourced from the same post_content the front end already parses on every page load.

Workflow

From post_content block comments to a chart dashboard

1

Point SleekView at wp_posts

Add a SleekView data source for wp_posts filtered to post_status publish across posts and pages. SleekView scans post_content for coblocks/* block comments and exposes a parsed column with the list of CoBlocks blocks used on each row.
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 CoBlocks block column, plus post type, status, author, and modified date columns from wp_posts.
3

Add chart cards

Drop a Number card for total CoBlocks pages, a Donut for the top block types used, a Bar for authors ranked by CoBlocks posts owned, and an Area card for edit cadence on CoBlocks content week by week.
4

Save and share the dashboard

Name the view ("CoBlocks usage", "Block adoption audit") and gate access by WordPress capability so agency leads, editors, and clients each see the chart cards that match their role and scope.

Sample dashboard

Charts you can build from CoBlocks data

Four cards that turn the coblocks/* block comments inside post_content into a working block-usage dashboard inside WordPress.
Number · Default

Total CoBlocks pages

A single big-number KPI counting rows in wp_posts where post_content contains at least one coblocks/* block comment and post_status is publish, across posts and pages.
Count
Pie · Donut

Top CoBlocks blocks used

A donut split across the top CoBlocks blocks (coblocks/hero, coblocks/gallery-masonry, coblocks/pricing-table, coblocks/accordion, coblocks/food-and-drinks) parsed from post_content.
Count group by block_name
Bar · Horizontal

Posts by author

A horizontal bar ranking WordPress users by how many posts and pages they own that contain a coblocks/* block, joined to wp_users so ownership shows by display name.
Count group by post_author
Area · Gradient

Edits per week

A gradient area chart of edits per week sourced from post_modified on rows that contain coblocks/* blocks, useful for spotting freeze windows and campaign pushes on CoBlocks pages.
Count group by post_modified

Comparison

Default WordPress admin vs SleekView Charts for CoBlocks

Default WordPress posts list

  • No built-in chart view of CoBlocks block usage, only a paginated post list
  • Total count of posts containing CoBlocks blocks needs SQL or manual checks
  • Top block type mix (hero, gallery-masonry, pricing-table) is invisible
  • No time-series view of CoBlocks page edits per week or per month
  • Author footprint on CoBlocks content is not summarised anywhere in the admin

SleekView Charts

  • Number cards counting posts that use any coblocks/* block
  • Donut cards splitting usage across top CoBlocks block names
  • Bar cards ranking authors by CoBlocks pages built and owned
  • Area or Line cards plotting edits per week from post_modified
  • Same filters (post type, author, date) apply to every chart card at once

Features

What SleekView Charts gives you for CoBlocks

Real block names drive real charts

Charts pull from post_content on wp_posts and parse the coblocks/* block comments WordPress already writes. Every chart card references actual block names, no exports, no spreadsheet pivots, no shadow registry of blocks used.

Filters carry across cards

Set a date range, a post type, or an author filter once and every chart card on the dashboard respects it. The block-usage table and the executive chart view share one saved CoBlocks configuration without drift.

Editorial pulse as a curve

Group by post_modified truncated to week to chart CoBlocks editing activity over time. Quiet weeks, freeze periods, and campaign pushes become visible without scrolling through endless revision histories.

Audience

Who builds CoBlocks chart dashboards with SleekView

Agencies

Client-facing dashboards with total CoBlocks pages, top block types, and an editing activity trend, refreshed live on every visit to the embed.

Editors

Block-by-author and weekly edit volume on one screen so workload and content ownership are visible without a status meeting or a separate tracking spreadsheet.

Site owners

A donut of block types plus a stale-pages count surfaces which CoBlocks blocks the site actually depends on before a theme migration breaks them.

The bigger picture

Why CoBlocks sites deserve a chart view

CoBlocks is one of the most widely installed Gutenberg block libraries and it spreads silently. An editor adds a hero on a landing page, a pricing table on the sales page, a food-and-drinks block on a restaurant menu, and suddenly the site depends on a dozen blocks under the coblocks/* namespace. WordPress itself does not track which blocks are used where.

The Pages and Posts lists show titles, dates, and authors with no block dimension at all. On a mature site this debt adds up quietly. Editors leave, themes get migrated, plugins get audited for removal, and nobody can answer the basic question of how many pages depend on which CoBlocks block.

SleekView Charts reads the post_content the site already serves, parses the coblocks/* block comments, and turns each block name into a chart source. A Number card answers how many pages use CoBlocks at all. A Donut answers which CoBlocks blocks carry the weight.

An Area answers whether that content is being maintained. CoBlocks keeps owning the editor experience, the chart view finally gives the underlying block inventory a home that the people accountable for the site can read.

Questions

Common questions about SleekView Charts for CoBlocks

Directly from wp_posts. SleekView scans the post_content column for coblocks/* block comments that Gutenberg writes when an editor inserts a CoBlocks block. The block names are parsed into a column SleekView can group on. No export, no separate registry, no shadow copy. Chart cards run live queries so the dashboard reflects current data as soon as a post is saved.

 

Yes. Group a Donut or Bar card by the parsed CoBlocks block name and SleekView splits the chart across coblocks/hero, coblocks/gallery-masonry, coblocks/pricing-table, coblocks/accordion, coblocks/food-and-drinks, and any other block in the namespace. Filter further to a specific post type when the audit needs to focus only on pages or only on blog posts.

 

Group an Area or Line card by post_modified truncated to week or month and aggregate by Count, filtered to rows whose post_content contains a coblocks/* block. The curve shows when CoBlocks content is being touched, useful for tracking campaign cadence, freeze windows, and stretches of no activity that mark stale pages ready for review.

 

Yes. View-level filters such as post type, status, author, and date range apply to every chart card on the dashboard. One saved configuration drives both the audit table view and the chart view, so block-usage housekeeping and reporting stay in sync without keeping two views aligned manually side by side.

 

Yes. The base query hits indexed columns on wp_posts (post_type, post_status, post_modified, post_author). The CoBlocks block name extraction can be cached per post so the group-by column reads from a small lookup, keeping the dashboard fast even when the site holds tens of thousands of posts in wp_posts.

 

Yes. Group a Bar card by post_author and aggregate by Count over rows whose post_content contains a coblocks/* block. The chart resolves IDs against wp_users and renders display names, so ownership of CoBlocks-using content is clear when planning training, handover, or migration off a specific block.

 

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 the stale segment of a block-type donut) and open the post directly in the Gutenberg editor. Edits route through the standard WordPress update path so CoBlocks blocks render exactly as they always have.

 

CoBlocks does not ship a reporting screen for its own block usage, so there is nothing to replace. SleekView Charts adds a reporting surface on top of the post_content WordPress and CoBlocks already write, so the plugin keeps owning the editor experience and the chart view owns the summary across the whole site.

 

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