✨ 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 Feedback for WP Thread Comment

WP Thread Comment adds threaded reply depth to native WordPress comments. SleekView reads wp_comments plus the threading meta and renders one feedback card per parent thread, with upvotes, status pills, and category chips for editorial triage.

♾️ Lifetime License available

SleekView Feedback board for WP Thread Comment

Threaded comments as a feedback board

WP Thread Comment writes additional depth metadata onto every comment in wp_commentmeta so the WordPress front-end can render replies as a true threaded tree rather than a flat list. The discussion view still orders comments chronologically inside each post, which is fine for one article but useless for an editor who wants to know which threads across the whole site are still alive.

SleekView reads wp_comments joined with the WP Thread Comment depth metadata. Pick the reply count of each parent thread as the vote weight, the wtc_review_status comment meta as the status pill, and the parent post category as the chip. The output is a sortable board of threaded discussions ordered by reader engagement.

Clicking Upvote on a card writes back to a meta key on the parent comment, so the SleekView score sits next to the existing reply data. Status pill edits update the same meta, which is queryable from any comment exporter or moderation plugin already running on the site for reporting purposes.

Workflow

From threaded replies to a feedback wall

1

Index parent threads with depth

Create a view, point SleekView at wp_comments filtered to parent threads with WP Thread Comment depth metadata. SleekView ingests each parent thread, joins the reply count and depth, and refreshes on every new comment write without any extra setup.
2

Map vote, status, and category

Pick the reply count as the vote weight, the wtc_review_status comment meta as the status pill, and the parent post category as the chip. SleekView color codes each value so Planned, Investigating, and Shipped threads stand out instantly on the board.
3

Embed the board on a feedback page

Drop the SleekView block on a Reader Feedback or Editorial Triage page. Readers and editors see a ranked list of parent threaded discussions with reply counts, category chips, and status pills, plus a sidebar of top-engaged threads at the top of the queue.
4

Upvotes write to comment meta

Every Upvote click writes an increment to the comment meta key you mapped on the parent comment, so the score is queryable from comment exporters and visible next to the thread in the admin moderation list without any custom column callback at all in PHP.

Sample board

Sample threaded comment review board

A slice of how an Editorial Ops feedback page looks once SleekView indexes WP Thread Comment parent threads with reply counts as the score and a wtc_review_status meta key driving the pill on cards.
234 votes
Allow nested quote replies up to four threaded levels on long posts
Aroha P. Feature request Planned
162 votes
Depth meta drifts to zero after a comment is moved between posts
@maxbuilds Bug Investigating
117 votes
Show parent post category as a chip on every threaded card on the board
Lena Kim P. Idea New
63 votes
Long threaded replies break the indent on iOS Safari with sticky parent
Marco Toro Bug Shipped
28 votes
Allow editors to bulk move thread cards to Investigating from the board
@frontkai Idea Planned
6 votes
Stale threads from posts moved to draft still appear on the public board
@cleanupjo Cleanup Declined

Comparison

Default threaded view versus SleekView

Default threaded view

  • Threaded view renders chronologically per post and cannot rank threads across the whole site
  • Depth metadata exists in commentmeta but never drives a site-wide engagement list today.
  • No status pill workflow exists for editors triaging high-engagement threads from the WP admin
  • Parent post category context disappears once threads are rendered as native comments on a page
  • No public roadmap surface, so readers never see which threads the editorial team has acted on

SleekView Feedback

  • Reads wp_comments joined with WP Thread Comment depth and threading commentmeta
  • Upvote writes to the comment meta key you mapped, alongside the joined reply count value
  • Status pills map cleanly to Planned, Investigating, Shipped, and Declined values out of box
  • Category chips pull parent post category so each thread card shows readable context always
  • Saved views let editors share filtered boards like Top replies or Needs action without code

Features

What SleekView Feedback gives you for WP Thread Comment

Native comments support

SleekView speaks the WordPress comments schema. It reads wp_comments, joined commentmeta values, and the depth metadata WP Thread Comment writes, mapping them to vote, status, and category fields so a discussion board ships fast.

Real upvotes on real threads

Each Upvote click writes an increment to a commentmeta key on the parent comment. The score is queryable, exportable, and visible inside the moderation list via a custom column, keeping the comments table as source of truth always.

Saved editorial triage views

Editors and moderators get scoped saved views like Top engagement, Needs reply, and Shipped. Each view is a stored filter on the wp_comments query joined to depth metadata, so the team can hand off triage without rebuilding filters every cycle.

Audience

Three editorial teams using the board

Editorial roadmap pages

Embed the board on a Reader Feedback page so readers see which threaded discussions the editorial team has accepted, planned, or shipped. The list reorders as replies come in to reflect real engagement.

Community moderation queues

Moderators get a scoped view filtered to specific post categories. Status pills move from New through Investigating to Shipped as moderators work the queue, all without leaving WordPress for a separate app.

Publisher engagement ops

Publisher ops embed a Top reply view next to the editorial calendar, so high-engagement threads sit beside upcoming post drafts. Editors stop guessing which old posts are still alive and worth a follow-up post.

The bigger picture

Why threaded comments need a review wall

WP Thread Comment makes WordPress comments feel like a real conversation by rendering replies as a true threaded tree instead of a flat list. That helps readers follow long discussions, but it does not help the editorial team see which threads across the site are still alive. Native discussion is post-scoped, the moderation admin lists comments chronologically, and quality signal lives in two senior editors or a Google Sheet that nobody updates.

Editors miss high-engagement threads on older posts. Moderators waste cycles on dead threads instead of the active ones. SleekView reuses the same comments table and the depth metadata WP Thread Comment writes, then stacks a public board on top.

Editors get a Reader Feedback view ordered by real reply volume across the whole site. Moderators get a queue scoped to specific categories. Publisher ops embed a Top engagement board next to the editorial calendar so the team plans coverage by demand instead of guesswork.

Nothing about WP Thread Comment has to change, the comment table stays the source of truth.

Questions

Common questions about SleekView Feedback for WP Thread Comment

No. SleekView reads the wp_comments table, joined commentmeta values, and the depth metadata WP Thread Comment writes onto each comment. The only write is the upvote increment, which lands on a commentmeta key you choose so it sits next to the rest of the comment data row in WordPress.

 

Yes. The Upvote button supports guest votes with a per-IP and per-session lock to keep counts honest. If you would rather restrict votes to logged-in users or specific roles like Editor or Moderator, you can flip that in the view settings without touching any code at all on the WordPress site.

 

You map a wtc_review_status commentmeta key on the parent comment when you build the view. SleekView shows a colored pill for each value, and any thread without a status simply renders without a pill rather than blocking the card from showing on the board at all in public.

 

Yes. SleekView reads whatever wp_comments has stored. Threads attached to posts, pages, custom post types, and product reviews all surface as cards on the board, grouped by the category chip you pick during view setup without any special configuration step at all on a multisite install.

 

Yes. Every saved view has its own role and capability scope, so you can publish a public Reader Feedback wall on an editorial page and a separate Moderator Triage queue that only Moderators and Admins can see. Both views share the same comments data underneath.

 

When the underlying parent comment is deleted, SleekView removes the card on the next refresh. If the comment is moved to trash rather than fully deleted, the card disappears from the public view but the upvote meta is preserved on the trashed row for export and history.

 

Yes. SleekView views render as shortcodes, Gutenberg blocks, and short HTML snippets. Most teams drop a Top engagement view above the threaded comment block on a flagship article so readers see the upvote board and the native threaded thread share the page without conflict.

 

SleekView paginates and sorts at the database level rather than loading every wp_comments row into memory, so a site with hundreds of thousands of threaded comments still renders the top of the feedback board in well under a second on a normal shared host with default caching enabled today.

 

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