✨ 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 for Thrive Comments

SleekView reads the wp_comments rows and tve_comment_* meta Thrive writes for votes, badges and reply depth, and renders the moderation queue as a sortable, filterable per-row audit grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for Thrive Comments

Move comments out of a queue and into a real table

Thrive Comments extends core WordPress comments with upvotes, downvotes, badges and lazy-loaded threads, and stores all of it in wp_comments and wp_commentmeta. The default moderation list is a vertical queue: one row per comment, fixed columns, limited filter facets. That works for processing a single pending comment and falls short when an editor wants to see status, post, upvotes, depth and author together for a hundred rows at once.

SleekView reads the same wp_comments rows and joins the tve_comment_* meta Thrive populates so each row exposes comment_post_ID, comment_approved, upvotes, downvotes, depth, author and date as typed columns. Filter to pending comments on one specific post, sort by upvotes to surface the badge candidates, or scope to the last 24 hours to triage a spike without scrolling past resolved rows. Saved per-role views land each team on the slice they need: editorial on engagement, moderators on the spam queue, community leads on top contributors.

Inline edits route through Thrive's comment hooks where supported, so approving, marking spam or updating commentmeta from the row fires the same triggers the default moderation screen does. Same comment table, same hooks, far less per-row clicking.

Workflow

How SleekView surfaces Thrive Comments data

1

Point at the comment tables

Pick wp_comments joined to wp_commentmeta on tve_comment_* keys plus wp_posts on comment_post_ID, with upvotes, downvotes, depth and badges unpacked into typed columns automatically.
2

Compose the columns

Drag in Author, Email, Post, Status, Upvotes, Downvotes, Depth and Date. Reorder, hide or rename any column without writing a manage_comments_columns callback.
3

Filter and sort like a database

Filter to pending on one post, scope to comments with five-plus upvotes, or sort by depth to find runaway threads. Composable filters land complex cohorts in one query.
4

Save and gate the view

Name the view ("Pending triage", "Top voted comments", "Deep threads") and gate it by WordPress capability so editors, moderators and community leads each see their slice.

Sample columns

A typical Thrive Comments moderation view

wp_comments rows joined with tve_comment_* meta for vote tallies and reply depth. The same data Thrive renders inline becomes a sortable, filterable grid.
Source: wp_comments + wp_commentmeta (tve_comment_*)
Author Post Status Upvotes Depth Date
Anna L. Spring sourdough starter guide Approved 24 1 May 14
Devon R. Office redesign on a $500 budget Pending 0 2 May 14
Marie K. Why we switched to four-day weeks Approved 12 1 May 13
Anonymous Founder interview: scaling to 50 staff Spam 1 May 12
Sam J. 10 quick weeknight pasta recipes Approved 6 3 May 12

Comparison

Default Thrive Comments admin vs SleekView

Default Thrive Comments admin

  • Moderation list is a vertical queue, not a configurable per-row grid
  • Upvote and downvote tallies hide inside commentmeta on the row detail
  • Filtering by status, post and vote range together needs nested filter clicks
  • Reply depth is implicit in the tree view, never available as a column
  • No saved per-role views with column sets scoped to a job

SleekView

  • Read directly from wp_comments and join tve_comment_* meta for vote columns
  • Pivot upvotes, downvotes, badges and depth into typed columns alongside core fields
  • Inline-approve, mark spam or update commentmeta across many rows in one pass
  • Save filtered views per role ("Pending on hot post", "Top voted this week")
  • Same dataset the chart view reads, so table and dashboard stay in sync

Features

What SleekView gives you for Thrive Comments

Comments with real engagement columns

Combine wp_comments fields with upvotes, downvotes, badges and depth from tve_comment_* meta. One filterable workspace replaces the queue plus the badge screen.

Inline-edit status and meta

Flip approved to spam, mark a comment featured or update commentmeta right in the row. Edits route through Thrive's hooks so badge logic and notifications fire the way the default admin handles them.

Compose precise filters

Combine status, post, author, vote range and date into one saved filter. A view like "Pending, 5+ upvotes, last 7 days" is one query against wp_comments.

Audience

Who uses SleekView for Thrive Comments

Editorial teams

Sort approved comments by upvotes to surface the discussion-driving threads and filter pending rows by post to triage hot articles before the conversation derails.

Moderation leads

Stack status, depth and date filters to find deep threads stuck in pending and clear them with row-level approve, edit or spam actions without opening each comment.

Community managers

Group by author to surface power commenters and badge candidates, then export the filtered cohort as a CSV briefing for the weekly community update.

The bigger picture

Why Thrive Comments deserves a row-level workspace

Thrive Comments captures real engagement: which posts earned discussion, which readers consistently engage and how moderation load moves week over week. The default moderation queue turns that signal into a one-row-at-a-time list, which is the right place to read a single comment and the wrong place to understand the conversation as a whole. The data sits in wp_comments and the tve_comment_* meta Thrive writes for votes, badges and depth, well indexed and queryable.

SleekView surfaces it as a grid. Editorial, moderation and community leads each save a view scoped to their job, with inline edits routing through Thrive's hooks so badge logic, notifications and audit trails behave the same as if the moderation screen had been used. Same comment table, same hooks, dramatically less per-row navigation.

Questions

Common questions about SleekView for Thrive Comments

Yes. Thrive extends the standard wp_comments schema and writes its vote tallies, badges and reply depth to wp_commentmeta under the tve_comment_* key family. SleekView queries those keys directly and pivots them into typed columns alongside core fields.

 

Yes. Each tally lives in its own commentmeta key. SleekView exposes them as numeric columns so sorting by upvote count, filtering to high-downvote rows or computing a net-score derived column is straightforward.

 

Yes. Approving, marking spam or updating commentmeta from the row routes through WordPress's standard comment functions, which means Thrive's badge logic, notification triggers and any custom hooks fire exactly as they do in the default moderation screen.

 

Thrive Comments is a paid plugin in the Thrive Suite. The table reads whatever meta the active version writes, so feature-gated meta keys (badge configurations, advanced moderation flags) appear automatically once Thrive populates them.

 

Yes. Filter by comment_post_ID or join post_title and the table narrows to that post. Stack a status filter and a date range to triage a controversial article in one pass.

 

Yes. The chart and table queries hit indexed columns on wp_comments (comment_post_ID, comment_approved, comment_date) and the indexed meta_key column on wp_commentmeta. Pagination is keyset where the table allows it, so large comment bases stay responsive.

 

Yes. Thrive stores depth in commentmeta. SleekView exposes it as a numeric column so deep replies, top-level rows and orphaned children sort and filter alongside status and vote tallies.

 

No. The default Thrive moderation UI stays where it is for moderators who prefer the thread view. SleekView adds a row-level admin surface for the operations that work better as a sortable, filterable, inline-editable table. The two coexist on the same wp_comments data without conflict.

 

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