✨ 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 Docs Pro: knowledge base articles as tables

Docs Pro stores articles as a knowledge-base CPT with categories, tags, and feedback counters in wp_postmeta. SleekView pivots the postmeta into proper columns so editors can audit and triage articles across categories in one view.

♾️ Lifetime License available

SleekView table view for Docs Pro

Docs Pro articles as a flat editorial table

Docs Pro keeps articles as a custom post type with categories and tags as taxonomies, plus feedback counters, view totals, and ordering values written to wp_postmeta. The default list shows title, category, and date, which is useful for browsing but not for editorial work. Helpful and not-helpful counts, view totals, and category coverage all sit in postmeta where they can't be sorted or filtered without opening every article.

SleekView reads the article CPT and surfaces those postmeta keys as first-class columns. A typical run starts with a view of articles updated more than six months ago, sorted by views descending, to find high-traffic but stale content. A second view filters where not-helpful exceeds helpful, sorted by views, to expose the worst-performing articles that are still getting traffic. Both views save and reload as a single click.

Inline edits cover status, category, featured flag, and ordering values. All writes go through wp_update_post and update_post_meta so any sitemap, search index, or cache layer that hooks save_post refreshes the same way it would from the post-edit screen. CSV export of any saved view gives editorial leads a shareable snapshot without manual data wrangling.

Workflow

From docs CPT to editorial dashboard

1

Map postmeta

SleekView reads the helpful, not-helpful, and views counters that Docs Pro writes to postmeta and exposes them as numeric columns ready for sort, filter, and threshold-based view rules.
2

Build review filters

Save views like 'last-updated > 6 months AND views > 1000' or 'not-helpful > helpful' to surface stale or low-rating content at a glance, without rebuilding the query each time.
3

Audit categories

Combine taxonomy filters across category and tag in a single view to spot coverage gaps, overlapping topics, or single-article categories that should merge with a sibling.
4

Edit inline

Reassign categories, toggle status, or change the featured flag from the row. Standard save_post hooks fire so the search index and any caching layer rebuild as expected.

Sample columns

A typical Docs Pro articles view

One row per article with category, helpful votes, views, and last update.
Source: wp_posts (docs CPT) + wp_postmeta + wp_term_relationships
Title Category Helpful Not helpful Views Updated
How to reset a license key Account 128 6 9.2k Apr 21
Connect a custom domain Setup 91 11 6.4k Apr 03
Legacy webhook syntax API 17 29 1.4k Sep 18
Beta importer notes Imports 4 33 311 Feb 02

Comparison

Default Docs Pro admin vs SleekView

Default Docs Pro admin

  • Feedback counters sit in wp_postmeta and don't surface as columns
  • No saved views for low-rating or stale articles
  • Category coverage requires manual taxonomy navigation
  • Bulk category reassignment goes one article at a time
  • View counters are invisible until you open each article

SleekView

  • Pivot helpful, not_helpful, and views postmeta into columns
  • Filter for articles older than N months across every category
  • Inline-edit category, status, and featured flag
  • Save editorial review views with rating thresholds
  • CSV export of any saved view in one click

Features

What SleekView gives you for Docs Pro

Stale-article view

Filter by last-update older than six months and sort by views descending so high-traffic but outdated articles surface first, where rewrites have the highest deflection impact.

Low-rating triage

Show articles where not-helpful exceeds helpful, sorted by views. The worst-performing high-traffic articles bubble up before they affect overall deflection rate.

Inline category edits

Reassign articles to new categories from the list without opening each post. save_post fires so search indexes and sitemaps regenerate as expected.

Audience

Who uses SleekView for Docs Pro

Documentation teams

Audit coverage and find stale articles before they hurt support metrics, with a saved review-cycle view that loads in one click each Monday.

Content ops

Track helpful and not-helpful trends and prioritise rewrites by views-weighted dissatisfaction instead of guessing from category browsing.

Support leads

Spot articles tied to recurring tickets that need clearer answers, then flag them for the docs team with category and rating context attached.

The bigger picture

Why a docs plugin needs a real editorial table

Knowledge bases drift without anyone noticing. The articles published in launch month answer questions that no longer exist, while customer queries shift to features documented two years ago in a buried article. Support teams feel it first, a question keeps recurring because the article that answers it is wrong, outdated, or never got rewritten when the UI changed.

Without a proper editorial view, the only signal of decay is a complaint or a deflection-rate drop, both lagging indicators. Helpful and not-helpful counts are the leading indicator. Docs Pro captures them faithfully but stores them in postmeta where editorial leads can't act on them without opening each article.

A single screen showing rating, views, and age across the whole knowledge base lets a content lead spend forty minutes a week on what would otherwise need a custom report or a data export. The articles that need attention surface themselves, the articles doing fine stay quiet, and the editorial work prioritises itself.

Questions

Common questions about SleekView for Docs Pro

Docs Pro writes helpful and not-helpful counters to wp_postmeta each time a reader votes. SleekView reads those keys directly so the numbers in the table match what the plugin reports inside each article. Same source, just surfaced at list level so editorial decisions don't require opening every post.

 

Yes. Status is a column and edits inline. SleekView triggers save_post so caches, search indexes, and sitemap generators refresh as they would from the post screen. Bulk actions (select rows, change status) work the same way standard WP bulk edits do, useful for retiring an outdated category.

 

Order is stored in menu_order or a postmeta key depending on Docs Pro version. Make it a column, sort by it, and inline-edit values to rearrange without opening each article. The front-end picks up the new order on the next request.

 

Yes. SleekView writes through wp_update_post so any search index that hooks save_post updates as expected. Whether you use the bundled search, SearchWP, FiboSearch, or Algolia, edits in SleekView trigger the same hooks the post screen would.

 

Yes. Combine taxonomy filters into a single view. Useful for spotting overlap (an article tagged 'refunds' that's only in 'Account') or coverage gaps where a tag has zero articles in a particular category. Both filters run server-side, so the view stays fast on large libraries.

 

Author is a built-in column. Group or filter by author to track who is writing and updating which articles. Combined with last-updated and views columns, you get a clear picture of which writers are maintaining their work versus which articles are orphaned.

 

Yes. Any saved view exports to CSV directly from the table header, with the columns and filters you've set. Useful for monthly reporting, sharing snapshots with non-WP stakeholders, or pulling a backlog into a spreadsheet for offline review.

 

Yes. WPML and Polylang store translation links in their own tables. SleekView surfaces the language as a column and lets you filter or build per-language views. Useful for spotting articles where the English version has high views but the translation is stale or missing.

 

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