✨ 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 Brizy

Read every post with Brizy postmeta plus the Brizy templates CPT, then chart Brizy footprint, template type mix, global-block usage, and edit cadence without exporting to a spreadsheet.

♾️ Lifetime License available

SleekView Charts dashboard for Brizy

Brizy writes structured data, charts give it a dashboard

Brizy keeps compiled layout data in postmeta on each page, with reusable items as a custom post type. The default admin lists those as ordinary posts with no count of how many Brizy-built pages exist, no breakdown of template types, and no summary of how many pages each global block is used on.

SleekView Charts treats the same posts, postmeta, and CPT records as a chart source. A Number card pins the total count of Brizy-built pages. A Pie shows the mix of template types (page, header, footer, reusable block). A Bar ranks authors by pages built or templates owned. An Area card tracks post_modified dates so the editorial pulse becomes a curve instead of a guess.

The dashboard reads the same indexed columns the audit table reads, so charts stay fast on sites with thousands of pages. Filters from the audit view (status, author, template type) apply to chart cards too, so one saved configuration covers the housekeeping audit and the agency-facing site health report.

Workflow

How SleekView Charts reads Brizy data

1

Detect Brizy-built posts

Choose wp_posts as the source, filtered to rows with Brizy postmeta keys, plus the Brizy templates CPT. The column picker exposes template type, status, author, and modified date.
2

Add chart cards

Drop a Number card for total Brizy pages, a Pie for template type mix, a Bar for global blocks ranked by reference count, and an Area card for edits per week. Each card maps a column to a group-by and an aggregation.
3

Filter once, apply everywhere

Set a date range on post_modified or scope to a specific template type. Every chart card on the dashboard respects the same filter so the view reflects the slice under review.
4

Save and share

Name the view ("Brizy site audit", "Global block usage report") and gate access by WordPress capability so agencies, editors, and site owners each see role-appropriate cards.

Sample dashboard

Charts you can build from Brizy data

A few card configurations that turn the Brizy postmeta and templates CPT into a real reporting surface, no exports required.
Number · Default

Total Brizy pages

Top-line count of posts with Brizy postmeta, scoped to published status across pages and other post types.
Count
Pie · Donut

Template type mix

Distribution of Brizy templates across page, header, footer, and reusable block so inventory shape is obvious at a glance.
Count group by template_type
Bar · Horizontal

Global blocks by usage

Ranks Brizy global blocks by how many pages reference each one, useful for pruning unused blocks during a redesign.
Count group by global_block_id
Area · Gradient

Edits per week

Weekly edit volume across all Brizy-built pages and templates, useful for spotting freeze windows and campaign pushes.
Count group by post_modified

Comparison

Default Brizy reporting vs SleekView Charts

Default Brizy admin

  • No built-in chart view, only paginated page and template lists
  • Total Brizy-page count requires manual scrolling or SQL
  • Template type mix is not summarised anywhere
  • Global block reference counts are invisible from the list view
  • No time-series view of edits across pages and templates

SleekView Charts

  • Number cards for total Brizy pages and total templates
  • Pie or Donut cards for template type mix and status distribution
  • Bar cards ranking authors or global blocks by reference count
  • Area or Line cards plotting edits per week from post_modified
  • Same filters as the audit table (type, author, status) apply to every card

Features

What SleekView Charts gives you for Brizy

Real columns drive real charts

Charts pull from wp_posts, wp_postmeta, and the Brizy templates CPT, so every card uses an actual column. No CSV exports, no spreadsheet pivots, just the live metadata Brizy already writes.

Filters carry across cards

Set a date range or scope to a template type once and every chart card respects it. The same configuration that drives the audit table drives the agency report.

Editorial pulse as a curve

Group by post_modified truncated to week to chart edit activity over time. Quiet stretches and campaign pushes become visible without scrolling revisions.

Audience

Who builds Brizy charts dashboards with SleekView

Agencies

Client-facing site health dashboards with total Brizy pages, template type mix, and an edit-activity trend, refreshed on every visit.

In-house teams

Pages-by-author and weekly edit volume on one screen so workload, ownership, and campaign cadence are visible without a status meeting.

Site owners

A pie of template types plus an unused-global-blocks bar surfaces housekeeping debt before it turns into a redesign-time scramble.

The bigger picture

Why Brizy sites deserve a chart view

Brizy emphasizes a fast modern visual editor and a clean storage model that keeps compiled layout data in postmeta where WordPress tools can read it. That design makes Brizy fast on the front end and survivable across hosting moves, but it also means the operational visibility lives in postmeta rather than in the WordPress admin's default screens. Totals, template type mix, edit cadence, global-block usage, none of these are summarised anywhere.

SleekView Charts reads the same tables the audit grid reads and turns each column into a chart source. A Number card answers "how many Brizy pages do we have" in one glance. A Pie shows whether the template inventory leans toward pages or reusable blocks.

An Area card shows whether anyone is still touching these layouts. Brizy keeps owning the visual editor, the chart view finally gives the surrounding metadata a home where agencies, editors, and clients can read it.

Questions

Common questions about SleekView Charts for Brizy

Directly from wp_posts, wp_postmeta filtered on Brizy meta keys, and the Brizy templates custom post type. No export, no shadow copy. Chart cards run live queries against the same columns the audit table uses, so the dashboard reflects current data as soon as Brizy writes it.

 

Yes. Brizy templates carry a type (page, header, footer, reusable block) in meta. Group a Pie or Bar card by that meta to see the mix at a glance, useful for spotting whether the template inventory is balanced across headers, footers, and reusable blocks.

 

Group an Area or Line card by post_modified truncated to week or month, aggregated by Count. The curve shows when Brizy pages are being touched, exposing campaign pushes, freeze windows, and stretches of zero activity that mark stale layouts.

 

Yes. View-level filters (template type, author, status, date range) apply to every chart card. One saved configuration drives both the audit table and the chart view, so housekeeping and reporting stay in sync.

 

Queries hit indexed columns on wp_posts (post_type, post_status, post_modified, post_author) and use the postmeta join only to detect Brizy-built rows. For large sites, group-by columns can be backed by a lightweight cache so the dashboard renders without scanning every postmeta row on each load.

 

Yes. Brizy global blocks reference parent pages via meta. A Bar card grouped by global block ID with a Count aggregation ranks blocks by reference count, so unused blocks (count of zero) and heavily reused blocks both surface in the same chart.

 

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 unused-block segment of a Bar card). Inline edits route through the standard WordPress update path as usual.

 

Brizy does not ship a reporting screen for its own footprint, so there is nothing to replace. SleekView Charts adds a reporting surface on top of the metadata Brizy already writes, so the plugin keeps owning layout editing and the dashboard owns the 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