✨ 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 Revisionize: post revisions workflow KPIs

Revisionize stores each draft clone as a normal post with a _post_revision_of meta link back to the original. SleekView Charts reads that link and the publish_back action log to render clones in progress, publish-backs per week, and which authors and post types use the workflow most.

♾️ Lifetime License available

SleekView Charts dashboard for Revisionize

From a clone-and-edit button to a real workflow dashboard

Revisionize lets editors clone a published post into a private draft, work on it without disturbing the live version, and then publish the clone back, swapping it for the original in place. Each draft clone is a normal row in wp_posts with post_status set to private or draft and a _post_revision_of meta entry pointing at the parent post ID. The publish-back action runs through the plugin's own filter and is logged via post meta on the new parent.

SleekView Charts reads both ends of that chain. A Number KPI counts clones currently in progress (rows in wp_posts with _post_revision_of set and a non-published status). A Pie groups them by author so the team sees who is mid-edit. A Bar splits clones by post type, useful when blog posts, products, and documentation pages all flow through Revisionize. An Area trends publish-back events per week using post_modified on the parent at the moment of swap.

The result is the first real picture of the Revisionize workflow. Editors see how many clones are waiting to be merged. Managers see whether the team is shipping content or stockpiling drafts. Agencies see which post types benefit most from the safe-edit pattern. None of it needs a custom log or a CSV; it is all already in postmeta.

Workflow

Plug into the _post_revision_of meta

1

Index the revision meta link

SleekView Charts loads rows where meta_key is _post_revision_of, exposing parent_id, clone_id, post_status, and post_type as columns. Each open clone becomes one queryable row inside the dashboard builder.
2

Join clone and parent posts

The dashboard engine joins wp_posts on both clone_id and parent_id, surfacing post_author on the clone and post_modified on the parent. Authors, types, and publish-back timestamps all become groupable in two clicks.
3

Build the workflow KPIs

A Number card for clones in progress, a Pie for clones by author, a Bar for clones by post type, and an Area for publish-back events per week. Four cards capture the workflow that was previously invisible.
4

Track stale clones

Add a threshold alert for clones older than fourteen days. Authors who started a revision and never shipped it get flagged before the draft drifts further from the live post and merge becomes painful.

Sample dashboard

Revisionize workflow dashboard

Four chart cards built straight from the _post_revision_of postmeta and the standard wp_posts relationships, with no custom log table required.
Number · Default

Clones in progress

Headline count of rows in wp_posts that have a _post_revision_of meta entry and a non-published status. The number of open Revisionize drafts editors and managers want to see first.
Count
Pie · Donut

Clones by author

Donut splitting open clones by post_author resolved against wp_users. Shows who is mid-edit and surfaces the authors who tend to start clones without finishing them.
Count group by post_author
Bar · Horizontal

Clones by post type

Horizontal bar of open clones grouped by post_type. Reveals whether blog posts, products, or documentation pages are the heaviest user of the Revisionize safe-edit pattern.
Count group by post_type
Area · Gradient

Publish-back events per week

Gradient area of publish-back actions per week derived from post_modified on the parent at the moment Revisionize swapped a clone in. Spikes mark sprints, troughs flag stalled review queues.
Count group by publish_back_week

Comparison

Default Revisionize admin vs SleekView Charts

Default Revisionize list

  • Open clones are visible only by filtering the posts list by status
  • No aggregate count of clones in progress across the site
  • No way to see which author has the most stalled drafts
  • Publish-back history is buried in revisions, not aggregated
  • Clone activity by post type requires a custom WP_Query

SleekView Charts

  • Reads the _post_revision_of meta as a live chart data source
  • Joins clone and parent posts to surface author and post type instantly
  • Bar chart of clones per post type covers blog posts, products, and docs
  • Area trend of publish-back events highlights shipping cadence by week
  • Stale-clone alerts flag drafts that have not shipped in fourteen days

Features

What SleekView Charts gives you for Revisionize

Open clones KPI

Number card for clones in progress today plus a delta against last week. Managers see whether the team is shipping content or just opening more drafts.

Author distribution

Donut of open clones by author. The authors with the most unmerged drafts surface at the top of the list, ready for a nudge to ship or close.

Shipping cadence

Area chart of publish-back events per week using post_modified at swap time. The cadence of safe edits actually landing in production becomes a visible trend line.

Audience

Where Revisionize charts pay off

Editorial teams

Open clones, author distribution, and weekly publish-backs land on one screen, so review meetings start from data instead of from a posts-list filter.

Product and docs

Sites with heavy documentation chart safe edits per post type and per author, proving the Revisionize workflow scales beyond the editorial team.

Agencies

Client reports include weekly publish-backs and clone counts by post type. Showing review cadence becomes a chart instead of a Slack screenshot.

The bigger picture

Safe edits should be tracked, not just enabled

Revisionize is the WordPress workflow plugin that finally made it safe to rework a live post without breaking it. Editors clone, edit privately, then swap. The plugin does its half perfectly.

The other half, knowing how the workflow is performing across the team, has never had an admin screen. Open clones live in the same posts list as everything else, with only a status badge to distinguish them. Publish-backs leave a footprint in revisions but no aggregate count.

Managers learn whether the team is shipping by scrolling. SleekView Charts reads the _post_revision_of meta the plugin already writes and turns the chain into a dashboard. Clones in progress, author distribution, type breakdown, and publish-back cadence all sit on one screen and refresh every render.

Stale clones get flagged before they drift, fast authors get noticed, and the safe-edit pattern stops being invisible. The plugin keeps doing the editing, the chart cards do the reporting.

Questions

Common questions about SleekView Charts for Revisionize

From the _post_revision_of meta key in wp_postmeta which links each clone to its parent, the standard wp_posts table for status, author, and modification timestamps, and the post_modified column on the parent at publish-back time. No Revisionize custom table is involved.

 

Yes. The dashboard exposes post_author on each clone, so a Pie or Bar grouped by author lists everyone with a Revisionize draft in progress and how many they have. Useful for one-on-ones and for spotting stalled reviewers.

 

Yes. When Revisionize swaps a clone in, post_modified on the parent updates. SleekView Charts uses that as the publish-back timestamp. For sites that need stricter tracking, a SleekView filter records publish-backs into a dedicated log key for second-source verification.

 

Yes. The clones-in-progress card supports an age threshold. Open clones older than the configured number of days light up the card with a warning state and can trigger an email or Slack notification to the author and the editorial manager.

 

Yes. Revisionize stores _post_revision_of regardless of post type. SleekView Charts joins to wp_posts and exposes post_type as a groupBy, so blog posts, products, documentation pages, and any custom post type all chart together or filter to a single type.

 

It refreshes on every dashboard load. New clones, publish-back events, and status changes all reflect on the next render with no nightly sync, no rebuild step, and no manual export between Revisionize and the chart cards.

 

Yes. SleekView Charts can mirror publish-back events into its own timeseries store so the area-trend card keeps growing even if posts are deleted or unpublished later. The dashboard then shows long-term cadence even when individual clones have been cleaned up.

 

No. Pointing SleekView Charts at the _post_revision_of meta key is done from WP Admin. Aggregation, group-by, color, and threshold are dropdown choices. No SQL is written and no custom code is required to render the workflow dashboard.

 

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