✨ 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 Comment Mail Notifier

WP Comment Mail Notifier tracks which comment threads readers subscribe to. SleekView reads the subscription markers plus wp_comments 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 Comment Mail Notifier

Subscriber threads as a feedback board

WP Comment Mail Notifier writes subscription markers into wp_options or its own table and emails subscribers when a new reply is posted on the parent thread. The default discussion view orders comments chronologically per post, which is great for one article but useless for an editor trying to see which subscribed threads across the whole site are still alive.

SleekView reads wp_comments joined with the subscriber data. Pick the reply count of each subscribed parent thread as the vote weight, the wcmn_review_status comment meta as the status pill, and the parent post category as the category chip. The output is a sortable board of subscribed threads 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 subscribed threads to a feedback wall

1

Index subscribed parent threads

Create a view, point SleekView at wp_comments filtered to parent threads with active WP Comment Mail Notifier subscriptions. SleekView ingests each thread, joins the reply count, 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 wcmn_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 subscribed threads 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 moderation list without any custom column callback at all.

Sample board

Sample subscriber thread review board

A slice of how an Editorial Ops feedback page looks once SleekView indexes subscribed parent threads with reply counts as the score and a wcmn_review_status meta key driving the pill on cards.
229 votes
Add per-thread unsubscribe footer link in the digest notification body
Aroha P. Feature request Planned
158 votes
Subscription markers not deleted when a parent comment is trashed
@maxbuilds Bug Investigating
113 votes
Show parent post category as a chip on every subscribed thread card
Lena Kim P. Idea New
64 votes
Long subscribed threads double-count reply notifications on slow networks
Marco Toro Bug Shipped
27 votes
Allow editors to bulk move thread cards to Investigating from the board
@frontkai Idea Planned
5 votes
Stale threads from posts moved to draft still appear on the public board
@cleanupjo Cleanup Declined

Comparison

Default discussion view versus SleekView

Default discussion view

  • Discussion view renders chronologically per post and cannot rank threads across the whole site
  • Subscription markers live in options but never drive a site-wide engagement list anywhere 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 plain 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 filtered to threads with active WP Comment Mail Notifier subs
  • 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 Comment Mail Notifier

Native subscriber data

SleekView speaks the WordPress comments schema. It reads wp_comments, joined commentmeta values, and the subscription markers WP Comment Mail Notifier 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 instead of another tool.

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 subscription markers, so the team can hand off triage without rebuilding filters every cycle quickly.

Audience

Three editorial teams using the board

Editorial roadmap pages

Embed the board on a Reader Feedback page so readers can see which subscribed threads the editorial team has accepted, planned, or shipped. The list reorders as replies come in so the roadmap reflects 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 comment 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 notifier threads need a review wall

WP Comment Mail Notifier solves the same reader problem Subscribe to Comments tackles, but tuned for sites that want a leaner notifier without the heavier ecosystem. Readers subscribe to threads they care about, the plugin emails them when new replies land, and engagement happens. The challenge is the editorial side.

WordPress comments are stored chronologically inside each post, the discussion admin view is post-scoped, and there is no built-in way for an editor to look across the whole site and see which subscribed threads are still alive, which are dying, and which deserve a follow-up post. Engagement signal lives in two senior editors and disappears the moment they go on holiday. SleekView reuses the same comments table and stacks a public board on top.

Editors get a Reader Feedback view ordered by real reply volume. 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 Comment Mail Notifier has to change, the comment table stays the source of truth.

Questions

Common questions about SleekView Feedback for WP Comment Mail Notifier

No. SleekView reads the wp_comments table, joined commentmeta values, and the subscription markers WP Comment Mail Notifier writes into wp_options. 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.

 

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 site.

 

You map a wcmn_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 purposes.

 

Yes. SleekView views render as shortcodes, Gutenberg blocks, and short HTML snippets. Most teams drop a Top engagement view above the comment form on a flagship article so readers see the upvote board and the native discussion 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 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