SleekView Charts for Getwid: Gutenberg block usage charted
Getwid ships forty-plus getwid/* Gutenberg blocks (section, advanced-heading, image-stack-gallery, post-carousel, price-list, instagram, social-links) that get serialised into post_content on every page that uses them. SleekView Charts reads that content and builds a dashboard of total Getwid pages, top block types, author footprint, and edit cadence.
♾️ Lifetime License available
Read your Getwid block usage as charts, not page lists
Getwid by MotoPress is one of the larger Gutenberg block libraries and adds more than forty blocks under the getwid/* namespace (getwid/section, getwid/advanced-heading, getwid/image-stack-gallery, getwid/post-carousel, getwid/price-list, getwid/instagram, getwid/social-links). Whenever an editor drops one of these blocks onto a page, the markup is serialised into the post_content column on wp_posts as a comment such as <!-- wp:getwid/section -->. The default WordPress admin has no view that summarises which Getwid blocks are used where.
SleekView Charts reads the same wp_posts rows and parses post_content to surface Getwid usage. A Number card pins total posts and pages containing at least one getwid/* block. A Donut splits usage across the top Getwid block types. A Bar ranks authors by Getwid pages built, and an Area card maps edit cadence on that content using post_modified truncated to week.
This is not a replacement for the Gutenberg editor. Getwid still owns block rendering, the inspector, and the dynamic block widgets. SleekView Charts adds the reporting surface neither WordPress nor Getwid shipped: which forty-plus blocks the site actually relies on, where usage is concentrated, and how active those pages still are, all from the same post_content the front end already renders on every page load and feed query.
Workflow
From getwid/* comments to a chart dashboard
Point SleekView at wp_posts
Switch the view to Charts
Add chart cards
Save and share the dashboard
Sample dashboard
Charts you can build from Getwid data
Total Getwid pages
Count
Top Getwid blocks used
Count
group by block_name
Posts by author
Count
group by post_author
Edits per week
Count
group by post_modified
Comparison
Default WordPress admin vs SleekView Charts for Getwid
Default WordPress posts list
- No built-in chart view of Getwid block usage, only a paginated post list
- Total count of posts containing Getwid blocks needs manual SQL or scripts
- Top block type mix (section, advanced-heading, post-carousel) is invisible
- No time-series view of Getwid edit activity by week or by month at all
- Author footprint on Getwid-built content is not summarised in the admin
SleekView Charts
-
Number cards counting posts that use any
getwid/*block - Donut cards splitting usage across top Getwid block names used
- Bar cards ranking authors by Getwid 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 Getwid - Gutenberg Blocks
Real block names drive real charts
Charts pull from post_content on wp_posts and parse the getwid/* comments WordPress already writes. Every chart card references an actual Getwid block name, no exports, no spreadsheet pivots, no shadow registry of blocks used on each page.
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 Getwid configuration without drift or divergence between views.
Editorial pulse as a curve
Group by post_modified truncated to week to chart Getwid editing activity over time. Quiet weeks, freeze periods, and campaign pushes become visible without scrolling endless revision histories or running ad-hoc database queries.
Audience
Who builds Getwid chart dashboards with SleekView
Agencies
Client-facing dashboards with total Getwid pages, top block types in use, and an editing activity trend, refreshed live on every embed view across the network.
Editors
Block-by-author and weekly edit volume on one screen so workload and Getwid content ownership are visible without a status meeting or a separate tracking spreadsheet.
Site owners
A donut of Getwid block types plus a stale-pages count surfaces which of the forty-plus blocks the site actually depends on before a theme migration breaks them.
The bigger picture
Why Getwid sites deserve a chart view
Getwid is one of the largest free Gutenberg block libraries, shipping more than forty blocks across layout, media, content, and social categories. That breadth is the value proposition and also the maintenance risk. A site running Getwid for two or three years has probably touched dozens of getwid/* blocks across landing pages, blog posts, and feature explainers.
WordPress itself does not track which Getwid blocks are used where. The Pages and Posts lists show titles, authors, and dates with no block dimension whatsoever. On a long-lived site this debt accumulates quietly.
Plugins get audited, themes get rebuilt, editors move on, and nobody can answer the basic question of how many pages depend on which Getwid block. SleekView Charts reads the post_content WordPress already serves, parses the getwid/* comments, and turns each block name into a chart source. A Number card answers how many pages use Getwid at all.
A Donut answers which blocks carry the weight. An Area card answers whether that content is being maintained or has gone stale. Getwid keeps owning the editor, the chart view gives the inventory a home.
Questions
Common questions about SleekView Charts for Getwid - Gutenberg Blocks
Directly from wp_posts. SleekView scans the post_content column for getwid/* block comments that Gutenberg writes when an editor inserts a Getwid block. The block names are parsed into a column SleekView can group on. Chart cards reflect current data as soon as a post is saved through the standard WordPress update path.
Yes. Group a Donut or Bar card by the parsed Getwid block name and SleekView splits the chart across getwid/section, getwid/advanced-heading, getwid/image-stack-gallery, getwid/post-carousel, getwid/price-list, getwid/instagram, getwid/social-links, and the rest of the forty-plus blocks in the namespace.
 
Group an Area or Line card by post_modified truncated to week or month, aggregated by Count, filtered to rows whose post_content contains a getwid/* block. The curve shows when Getwid content is being touched, useful for tracking campaign cadence, freeze windows, and stretches of zero 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 separate views aligned by hand.
 
Yes. The base query hits indexed columns on wp_posts (post_type, post_status, post_modified, post_author). The getwid/* block name extraction is cached per post so the group-by column reads from a small lookup, keeping the dashboard fast even on large sites with thousands of posts running Getwid layouts.
Yes. Group a Bar card by post_author and aggregate by Count over rows whose post_content contains a getwid/* block. The chart resolves IDs against wp_users and renders display names, so ownership of Getwid-built content is clear when planning training, handover, or migration off a specific Getwid block type.
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 every Getwid block renders exactly as before.
 
Getwid 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 Getwid 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.
Lifetime ♾️
Most popular
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
€749
Continue to checkoutBrowse more
- Atum Stock Logs
- Lemonsqueezy Wp
- Mollie Payments
- Woocommerce Sezzle
- Wpforms Checkout Addon
- Yith Woocommerce Pdf Invoice
- Wcfm Marketplace
- Aelia Tax Display By Country
- Yith Subscriptions
- Edd Frontend Submissions
- Woocommerce Eu Vat Assistant
- Woocommerce Google Product Feed
- Wcfm Frontend Manager
- Yith Woocommerce Bookings
- Atum Inventory Management