✨ 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 Heroic Knowledge Base: KB and FAQ dashboards

Heroic Knowledge Base stores articles as the heroic_kb post type with helpful or not-helpful votes and view counts in wp_postmeta. SleekView Charts reads those rows directly and turns them into Number, Pie, Bar, and Area cards so support and content teams see KB health at a glance.

♾️ Lifetime License available

SleekView Charts dashboard for Heroic Knowledge Base

From Heroic KB postmeta to a usable dashboard

Heroic Knowledge Base stores articles as a single custom post type, with categories and tags through dedicated KB taxonomies. The plugin writes article health to wp_postmeta: vote keys like heroic_kb_thumbs_up and heroic_kb_thumbs_down capture helpful or not-helpful clicks, and view counters keep a running total per article. Search log data flows through a separate table when search analytics is enabled.

SleekView Charts reads all of those rows directly. A card can rank articles by helpful votes, count articles per KB category, trend daily article views from postmeta timestamps, or chart the share of helpful vs not-helpful votes across the entire KB. Each card runs against the live tables, so the dashboard reflects the same article health the next reader sees.

Support managers get an at-a-glance KB health view. A Number card for total votes this week, a Pie for helpful vs not-helpful share, a Bar for top-voted articles, and an Area for daily article publishing all live on one dashboard. The data is exactly what powers the front-end vote buttons, so what the team sees and what the customer rates stays in sync.

Workflow

Build a Heroic KB dashboard in four steps

1

Filter wp_posts to heroic_kb

Cards filter wp_posts to the heroic_kb post type. SleekView Charts handles the WHERE clause so the dashboard only sees KB articles.
2

Group and aggregate

Group by KB category, post author, or post_date. Aggregate Count, Sum, Average, Maximum, or Minimum over heroic_kb_thumbs_up, heroic_kb_thumbs_down, or view-count meta.
3

Pick a chart shape

Number for weekly KPIs, Pie for helpful vs not-helpful share, Bar for top-voted articles, Area for daily publishing rhythm. Seven shapes cover the typical KB questions.
4

Save the dashboard

Combine cards into one saved view, gate it by role, refresh against live data. Support managers and writers each get the dashboard tuned to their job.

Sample dashboard

Charts you can build from Heroic KB data

Four representative cards over the Heroic KB articles, votes, and category data.
Number · Default

Helpful votes this week

Sums the heroic_kb_thumbs_up postmeta across all KB articles for the last seven days, with the previous week underneath for context.
Sum(heroic_kb_thumbs_up)
Pie · Donut

Helpful vs not-helpful share

Donut split of total heroic_kb_thumbs_up and heroic_kb_thumbs_down across the KB, so support sees overall satisfaction in one glance.
Sum group by vote_type
Bar · Horizontal

Top voted articles

Bar ranking of articles by helpful votes, summed from heroic_kb_thumbs_up. Surfaces the articles doing the heaviest deflection work for support.
Sum(heroic_kb_thumbs_up) group by post_id
Area · Gradient

Articles published per month

Monthly count of new heroic_kb articles from post_date on wp_posts. Shows publishing rhythm and the impact of content sprints.
Count group by post_date

Comparison

Default Heroic KB admin vs SleekView Charts

Default Heroic KB admin

  • Article list screen shows totals per row but never rolls up to a chart
  • Helpful and not-helpful votes are postmeta the admin shows article by article
  • No daily or weekly trend of KB publishing or votes
  • Per-category article counts need manual filtering across the taxonomy
  • Top deflecting articles require column sorts, not a visual leaderboard

SleekView Charts

  • Count, Sum, and Average across wp_posts filtered to heroic_kb
  • Vote-share Pie cards from heroic_kb_thumbs_up and heroic_kb_thumbs_down
  • Per-category Bar cards using the Heroic KB category taxonomy
  • Time-series Area cards from post_date for publishing rhythm
  • Save dashboards per role for support, writers, and managers

Features

What SleekView Charts gives you for Heroic Knowledge Base

Cards over wp_posts and KB meta

Every card runs against wp_posts filtered to heroic_kb and the matching heroic_kb_* postmeta. The dashboard reads the live KB, so what support sees and what readers rate stays in sync.

Number, Pie, Bar, Area

Build a weekly KPI in Number, a vote-share split in Pie, a top-article leaderboard in Bar, and a publishing trend in Area. Seven chart types cover the typical KB questions in two clicks per card.

Role-scoped dashboards

Save dashboards per role and gate them by capability. Support managers, writers, and product teams each open the view that matches their work, from one SleekView install.

Audience

Who runs charts on a Heroic KB

Support managers

Weekly vote totals and a helpful-vs-not-helpful pie, so support sees whether the KB is deflecting tickets effectively or losing trust on certain topics.

KB writers

Top-voted articles bar plus a publishing trend area, surfacing the articles to model new ones on and the months where content output dipped.

Product teams

Per-category vote share and view totals, showing which product areas need updated KB articles before churn or support load creeps up.

The bigger picture

Why a KB needs a dashboard, not article rows

A knowledge base is only useful if the team knows which articles are working. Heroic Knowledge Base stores helpful and not-helpful votes per article as heroic_kb_thumbs_up and heroic_kb_thumbs_down postmeta, view counts per article, and category and tag taxonomies that group articles into topics. The list screen shows all of that one row at a time but never as a dashboard.

SleekView Charts pulls those columns onto one screen. A weekly Number card for votes, a Pie for helpful share, a Bar for the top articles, and an Area for publishing rhythm all live together, refreshed against the live tables. Support sees whether deflection is climbing, writers see which topics need fresh articles, product teams see whether documentation tracks the roadmap.

The KB stops being a long list and starts being something the team manages with the same rigor as the rest of the product.

Questions

Common questions about SleekView Charts for Heroic Knowledge Base

Cards read wp_posts filtered to the heroic_kb post type and the wp_postmeta keys the plugin writes (heroic_kb_thumbs_up, heroic_kb_thumbs_down, view counters). Term tables back the KB category and tag taxonomies.

 

Yes. A Bar card grouped by post ID, aggregated by Sum over heroic_kb_thumbs_up, ranks articles by helpful vote totals. The Horizontal variant fits long article titles cleanly across the dashboard.

 

A Pie card aggregates total helpful and not-helpful votes across all articles and renders them as two slices. The Donut variant puts the total in the centre and the legend on the side, which is the most readable shape for vote share.

 

Yes. Group wp_posts filtered to heroic_kb by post_date with a Count aggregation. An Area card with the Gradient variant gives a clean monthly or weekly publishing trend over whatever range the card sets.

 

Yes. Heroic KB registers its own category taxonomy. Pie or Bar cards group on that taxonomy, with one slice or bar per category, so support sees which product areas have the heaviest article load.

 

If Heroic KB writes search queries to its own log table when search analytics is enabled, SleekView Charts can read that table directly. A Bar card grouped by query, aggregated by Count, ranks top search terms over the date range the card defines.

 

Charts run against the live wp_posts and wp_postmeta tables every time a card refreshes. A vote cast a minute ago shows up the next time the dashboard draws, with no caching layer in between.

 

Yes. Save a dashboard, gate it by capability or role, and support managers, writers, and product teams each land on the saved view that fits their job, all from one SleekView install.

 

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