SleekView Charts for Rating-Widget: rating dashboards in WP
Rating-Widget caches per-post rating counts and averages in the rw_post_data postmeta on every tracked post, plus settings in rw_settings. SleekView Charts reads that meta and turns it into Number, Pie, Bar, and Area cards for editors.
♾️ Lifetime License available
From rw_post_data postmeta to a real rating dashboard
Rating-Widget keeps two layers of data. The vote API lives on the Rating-Widget service, but the plugin caches the resulting counts and averages back on each post in the rw_post_data postmeta, alongside per-page configuration in rw_settings. Tracked posts also store their category and taxonomy metadata through normal wp_term_relationships rows, which the plugin uses to scope ratings by category.
SleekView Charts reads those postmeta values as a regular column source. Each card picks a postmeta key to group by (rating average, vote count, category term ID, post type) and aggregates with Count, Sum, Average, Maximum, or Minimum across the matching posts. The result is a dashboard that shows ratings at the level the editor actually thinks about: per post, per category, per post type.
A typical setup combines a Number card for the site-wide average rating, a Pie card for the share of ratings per category, a Bar card for the top-rated posts, and an Area card for posts published over time stacked against their average rating. Editors stop opening the Rating-Widget dashboard in a separate tab and start reading the answer inside the same WordPress admin.
Workflow
Chart Rating-Widget ratings in four steps
Point a card at rw_post_data
rw_post_data postmeta key. SleekView reads that meta as a regular column, so cards aggregate it across posts without writing SQL.
Group and aggregate
post_date. Aggregate with Average over the rating value or Sum over the vote count to drive each card.
Pick the chart shape
Save the dashboard
Sample dashboard
Charts you can build from Rating-Widget data
Site-wide average rating
rw_post_data postmeta across all tracked posts. Shows the editorial baseline with the previous period underneath for context.
Average(rw_post_data.rating)
Ratings per category
wp_term_relationships joined to rw_post_data. Shows whether the lifestyle category is pulling more votes than the news category.
Sum(rw_post_data.votes)
group by term_id
Top-rated posts
rw_post_data postmeta. Titles resolve from wp_posts.post_title so the bar legend reads as real titles.
Average(rw_post_data.rating)
group by post_id
Posts per day with votes
rw_post_data grouped by the publish date of the parent post. Useful for spotting whether new posts are still attracting ratings months later.
Sum(rw_post_data.votes)
group by post_date
Comparison
Default Rating-Widget admin vs SleekView Charts
Default Rating-Widget admin
- Rating dashboard lives on the Rating-Widget service, not inside WordPress
- No per-category split of ratings without exporting and pivoting
- Top-rated posts require opening the external dashboard in a separate tab
- Author-level leaderboards are not part of the default admin output
- Cached rating data in postmeta is invisible to the default admin
SleekView Charts
-
Average over the cached rating in
rw_post_dataacross all posts -
Pie cards for category shares from
wp_term_relationships - Bar cards for top-rated posts using the postmeta rating value
- Area cards for posts per day stacked against their vote count
-
Author-scoped dashboards using
wp_posts.post_author
Features
What SleekView Charts gives you for Rating-Widget
Charts over cached rating postmeta
Each card reads the rw_post_data postmeta that Rating-Widget already caches on every tracked post. No second API call, no nightly export, just a dashboard built from the data WordPress already stores.
Per-category and per-tag splits
Group ratings by category or tag using the same wp_term_relationships rows the rest of WordPress uses. Editors see whether reviews land harder on tutorials than on news without writing a single SQL query.
Author and editor dashboards
Save dashboards per role and gate them by capability. Editors open the site-wide ratings view, authors open the per-post leaderboard scoped to their content, all from one SleekView install inside WordPress.
Audience
Who runs Rating-Widget dashboards with SleekView
Editors of multi-section blogs
Site-wide average plus a per-category pie, so the editor sees whether the tutorials section is pulling its weight against the news section without leaving the WordPress admin.
Authors and reviewers
Per-author bar leaderboard from wp_posts.post_author joined to the cached rating postmeta. Shows which of their own posts still attract ratings months after publish.
Growth and marketing teams
Area card of votes per day, scoped to the date range that matches a campaign. Confirms whether the rating count moved during a push or stayed flat against the baseline.
The bigger picture
Why ratings need to live inside WordPress
Rating-Widget gives every post a star rating, but the default reporting dashboard lives on a separate service. Editors who want to know whether the tutorial section pulls higher ratings than the news section have to leave WordPress, open the external admin, and pivot the data manually. The cached rating numbers already sit on every post in the rw_post_data postmeta, so the answer is one query away.
SleekView Charts reads that postmeta directly, joins it to the rest of the site through standard WordPress relations, and renders the numbers as Number, Pie, Bar, and Area cards. The team stops switching tabs to read a number and starts reading it inside the same admin they already use to publish posts and manage categories, which means the rating signal actually informs the editorial decisions instead of sitting unread.
Questions
Common questions about SleekView Charts for Rating-Widget
It reads WordPress. The Rating-Widget plugin caches per-post counts and averages in the rw_post_data postmeta on every tracked post. SleekView treats that as a regular postmeta column source, so there is no extra API call and no second account to manage.
Yes. A Pie or Bar card joins rw_post_data to wp_term_relationships and groups by term_id. The slice or bar legend resolves to category names through wp_terms.name, so the chart reads naturally.
Group rw_post_data by post_id and aggregate with Average over the rating value or Sum over the vote count. The Horizontal Bar variant works well when titles are long enough that vertical bars get truncated.
Yes. Join rw_post_data to wp_posts and group by post_author. The author names resolve from wp_users.display_name, so a Bar card returns one bar per author with their average rating across their posts.
Cards read the cached postmeta that Rating-Widget itself writes back from the API. Refresh cadence matches the plugin cadence, so the dashboard is as fresh as the cached data on each post and never needs a manual sync.
 
Cards use indexed queries against wp_postmeta and the standard WordPress tables, so a site with thousands of tracked posts loads cards in roughly the same time the default admin takes. For very large sites, scope cards to a date range on post_date.
Yes. Save a dashboard, gate it by capability or role, and each persona lands on the right view. Editors open the site-wide ratings view, authors open the per-post leaderboard scoped to their own posts, all from one SleekView install.
 Yes. SleekView reads each plugin's storage independently, so a site using Rating-Widget on the blog and a different plugin on a product page can still combine the data on one dashboard. The cards stay scoped to the postmeta keys you point at.
 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
- Woocommerce Quick View
- Yith Woocommerce Sales Countdown
- Square For Woocommerce
- Wp Customer Reviews
- Woocommerce Product Vendors Pro
- Woocommerce Conditional Shipping And Payments
- Yith Woocommerce Frequently Bought Together
- Yith Woocommerce Popup
- Yith Woocommerce Pre Order
- Checkout Plugins Stripe Woo
- Yith Woocommerce Wishlist
- Yith Woocommerce Order Tracking
- Dokan
- Wp Lister Lite
- Woocommerce Pagseguro