✨ 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 kk Star Ratings: rating dashboards in admin

kk Star Ratings writes a star rating, vote count, and running total to wp_postmeta on every post. SleekView Charts reads those meta values directly and turns them into Number, Pie, Bar, and Area cards so editors see site-wide averages and per-post performance without scrolling lists.

♾️ Lifetime License available

SleekView Charts dashboard for kk Star Ratings

From kksr postmeta to a usable dashboard

kk Star Ratings stores per-post rating state in wp_postmeta. The keys are well known: _kksr_ratings holds the vote count, _kksr_casts holds the running total of cast scores, and _kksr_avg holds the current average. The plugin updates those three meta rows every time a visitor votes, and the front-end star widget reads them back at render time.

SleekView Charts treats those meta keys as the chart source. A card can compute a site-wide average across _kksr_avg, weight it by _kksr_ratings for a vote-weighted figure, rank posts by total votes in a Bar card, group posts into star buckets for a distribution pie, or trend daily voting from post_modified on the postmeta rows.

Editors get a real picture of how the corpus performs. A Number card for the average rating, a Pie card for the distribution across one-to-five-star buckets, a Bar card for the top-voted posts, and an Area card for daily voting activity all sit on one dashboard, refreshed against the same postmeta the front-end star widget reads.

Workflow

Chart kk Star Ratings in four steps

1

Point a card at kksr meta

Cards read _kksr_ratings, _kksr_casts, or _kksr_avg on wp_postmeta. SleekView Charts handles the join from wp_posts automatically.
2

Group and aggregate

Group by post type, author, category, or rating bucket. Aggregate Average, Sum, Count, Maximum, or Minimum to drive the card without writing SQL.
3

Pick a chart shape

Number for a site-wide average, Pie for bucket distribution, Bar for top-voted posts, Area for daily voting activity. Seven shapes cover most kksr questions in two clicks.
4

Save and gate

Save the dashboard, gate by role, refresh against live data. Editors, growth, and product each open the view tuned to their role from the same install.

Sample dashboard

Charts you can build from kk Star Ratings data

Four representative cards over the _kksr_* postmeta that the plugin maintains per post.
Number · Default

Vote-weighted average

Computes the vote-weighted average from _kksr_casts and _kksr_ratings across all posts, giving a single honest top-line rating for the site.
Average(_kksr_avg)
Pie · Donut

Star bucket distribution

Donut split of posts by rounded _kksr_avg (1, 2, 3, 4, 5 stars). Highlights bimodal patterns where the average hides a love-or-hate split underneath.
Count group by rating_bucket
Bar · Horizontal

Top voted posts

Bar ranking of posts by vote count from _kksr_ratings, filtered to a minimum vote threshold so single-vote posts do not bias the chart.
Sum(_kksr_ratings) group by post_id
Area · Gradient

Votes per day

Daily count of wp_postmeta updates on the kksr keys, scoped to the date range on the card. Shows whether voting activity climbs or fades over time.
Count group by post_modified

Comparison

Default kk Star Ratings reporting vs SleekView Charts

Default kksr admin

  • Ratings show per post but never roll up to a dashboard
  • No site-wide average view inside WordPress admin
  • Distribution across posts has no built-in chart
  • Top-voted posts require column sorting, not a leaderboard view
  • No daily or weekly trend of voting activity

SleekView Charts

  • Average, Sum, and Count across _kksr_avg, _kksr_casts, _kksr_ratings
  • Per-bucket Pie cards for star distribution
  • Top-voted Bar cards with a minimum vote threshold
  • Daily Area cards for voting trend from postmeta timestamps
  • Save dashboards per role for editors, growth, and product

Features

What SleekView Charts gives you for kk Star Ratings

Cards over kksr postmeta

Every card reads the _kksr_* postmeta keys directly. The dashboard reflects what the front-end star block shows the next visitor, with no caching layer in between.

Number, Pie, Bar, Area

Build a vote-weighted average in Number, a distribution pie, a top-voted bar, and a daily activity area. Seven chart shapes cover the rating questions editors actually ask.

Role-scoped dashboards

Save dashboards per role and gate by capability. Editors land on the distribution, growth opens the daily area, product treats the average as a North Star metric.

Audience

Who runs charts on kk Star Ratings

Editors

Star bucket distribution plus top-voted posts, surfacing the articles that earn the most votes and the ones that drag the average down.

Growth teams

Daily voting activity area plus a vote-weighted average, confirming whether engagement strategies are moving the dial week over week.

Product teams

Site-wide vote-weighted average treated as a North Star metric, with the distribution pie underneath as a sanity check.

The bigger picture

Why kksr data needs a chart layer

kk Star Ratings is a tiny plugin that writes three meta keys per post and renders a star block on the front end. The data is rich enough to support a real dashboard, but the plugin itself never builds one. Editors trust the average without seeing whether the distribution is bimodal.

Growth teams track voting activity by intuition because there is no chart of votes per day. Product teams want a North Star metric but never get the vote-weighted average that _kksr_avg and _kksr_ratings together would give them. SleekView Charts wires the meta into a dashboard.

A Number card for the weighted average, a Pie for the bucket distribution, a Bar for the top-voted posts, an Area for daily activity, all live in one place and refresh against the same meta the front end reads. The chart layer turns the rating numbers into a tool the team can actually steer with.

Questions

Common questions about SleekView Charts for kk Star Ratings

All three. _kksr_ratings stores vote count, _kksr_casts stores the running total of cast scores, and _kksr_avg stores the current average. Cards can read any combination of them.

 

A custom expression: divide the sum of _kksr_casts across all posts by the sum of _kksr_ratings. A Number card can run that calculation and show the figure alongside the unweighted average for comparison.

 

Yes. Round _kksr_avg to the nearest integer and group posts by the resulting bucket. A Pie card with the Donut variant gives a clean distribution from one to five stars, with one slice per bucket.

 

Group posts by ID and sum _kksr_ratings in a Bar card. The Horizontal variant fits long post titles cleanly. Filter to a minimum vote count to avoid lightly voted posts dominating the chart.

 

Yes, using post_modified as a proxy if the plugin touches it on each vote. An Area card grouped by that column with a Count aggregation gives daily voting volume across the corpus.

 

Yes. Filter by wp_posts.post_type on each card to split ratings across post, page, product, or any custom post type the plugin is enabled on. One dashboard can carry one card per type.

 

Charts run against the live postmeta every refresh. A vote landing now shows up on the next card draw, in lockstep with the front-end star block that reads the same meta.

 

Yes. Save a dashboard, gate it by capability, and editors land on the distribution while growth opens the daily area and product opens the weighted average. One install supports the three personas at once.

 

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