✨ 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 CM Knowledge Base: articles and ratings as tables

CM Knowledge Base stores articles as a custom post type with rating, view, and search-log data spread across CreativeMinds cmkb_ tables and wp_postmeta. SleekView joins those sources into one editorial view.

♾️ Lifetime License available

SleekView table view for CM Knowledge Base (CreativeMinds)

CM Knowledge Base editorial review on one screen

CM Knowledge Base (by CreativeMinds) stores articles as a custom post type with categories and tags as taxonomies. Rating votes, view counters, and (with the analytics add-on) failed-search logs live across cmkb_-prefixed CreativeMinds tables and wp_postmeta. The default WordPress list does not surface that telemetry, which is the only data that tells editors what to fix next.

SleekView reads the article CPT, joins the CreativeMinds analytics tables, and lifts postmeta rating counters into columns. Editors get a flat table where each article shows category, helpful and not-helpful votes, views, and last-updated date. Filters compose across those columns, so a saved view of articles with low ratings and high views, or with high search-log counts but low article matches, becomes one click. The signal that decides editorial priority becomes visible at list level.

Inline edits cover status, category reassignment, and the featured flag. Writes go through wp_update_post and update_post_meta so any sitemap, search index, or front-end cache that hooks save_post refreshes as it would from the post-edit screen. CSV export of any saved view supports monthly editorial reporting without dumping raw cmkb_ tables.

Workflow

From cmkb_ tables to a unified editorial dashboard

1

Detect the schema

SleekView reads the article CPT and joins the cmkb_ analytics tables that CreativeMinds writes for views, rating votes, and search logs. All data sources land in one view.
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. Each filter combines CPT and analytics data.
3

Audit categories and search gaps

Combine taxonomy filters and failed-search counts in a single view to spot coverage gaps. Categories with high search misses surface as candidates for new articles.
4

Edit inline

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

Sample columns

A typical CM Knowledge Base view

One row per article with category, helpful votes, views, and last update.
Source: wp_posts (CM KB CPT) + wp_postmeta + wp_cmkb_* analytics tables
Title Category Helpful Not helpful Views Updated
Setting up SSO Account 112 7 8.7k Apr 22
Custom field syntax Customization 84 9 5.3k Apr 05
Old SOAP endpoints API 21 27 1.6k Aug 24
Legacy import format Imports 5 30 294 Jan 09

Comparison

Default CM Knowledge Base admin vs SleekView

Default CM Knowledge Base admin

  • Rating data sits in wp_postmeta and cmkb_ tables, not in the list
  • Failed-search analytics live in a separate add-on screen
  • No combined view of articles plus their analytics
  • Bulk category reassignment goes one article at a time
  • Stale articles only surface when someone notices them

SleekView

  • Join cmkb_ analytics with the article CPT in one view
  • Pivot postmeta rating votes into helpful and not-helpful columns
  • Filter for articles older than N months across every category
  • Inline-edit category, status, and featured flag
  • Surface failed-search hits as a sortable column

Features

What SleekView gives you for CM Knowledge Base (CreativeMinds)

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.

Search-gap detection

Join the failed-search log so each search term shows the count of articles that didn't match. The biggest content gaps surface as a list, ready for editorial action.

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 CM Knowledge Base

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.

Search-gap analysts

Mine the failed-search log to find queries with no matching article. Build coverage backlog from real user demand instead of guessing what to write next.

Support leads

Spot articles tied to recurring tickets that need clearer answers, then flag them with category and rating context attached. Saved views replace ad-hoc spreadsheets.

The bigger picture

Why KB plugins need a real editorial table

Knowledge bases drift without anyone noticing. The articles published in launch month answer questions that no longer apply, while customer queries shift to features documented two years ago in a buried article. CM Knowledge Base captures the right telemetry, ratings, views, search misses, but spreads it across CreativeMinds tables and postmeta where editorial leads can't act on it.

A single screen showing rating, views, age, and search-gap counts across the whole KB lets a content lead spend forty minutes a week on what would otherwise need a custom report or a SQL dump. The articles that need rewrites surface themselves, the search terms that need new articles surface themselves, and the editorial work prioritises itself. SleekView delivers that without forking how CM Knowledge Base stores data.

The same CPT, the same cmkb_ tables, the same hooks, but now in a table that surfaces what an editorial lead actually needs to decide what to fix next.

Questions

Common questions about SleekView for CM Knowledge Base (CreativeMinds)

Yes. CreativeMinds writes view counts, search logs, and rating data to cmkb_-prefixed tables (and postmeta for some metrics). SleekView reads those tables directly so the analytics numbers in the table match what the plugin reports in its own dashboards. No re-aggregation, just surfaced at list level.

 

If you have the CM Knowledge Base search analytics add-on enabled, failed-search queries live in a CreativeMinds table. SleekView can show that table as its own view (search terms, hit counts, no-result flag) and join failed counts back to articles to surface content gaps.

 

Yes. Status is a column and edits inline. SleekView triggers save_post so cache layers, search indexes, and sitemap generators all refresh as they would from the post screen. Bulk actions work the same way standard WP bulk edits do.

 

Order is stored in menu_order or a CreativeMinds-specific postmeta key depending on configuration. Make it a column, sort by it, and inline-edit values to rearrange. The front-end picks up the new order on the next request.

 

Yes. SleekView writes through standard WordPress APIs so the CM KB-bundled search and any third-party index (SearchWP, FiboSearch, Algolia) update as they would from the post-edit screen. Edits made in SleekView trigger the same save_post hooks.

 

Yes. Combine taxonomy filters into a single view. Useful for spotting overlap, coverage gaps, or single-article categories that should merge with a sibling. Both filters run server-side, so the view stays fast on large knowledge bases with thousands of articles.

 

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, you see which writers maintain their work versus which articles are orphaned because the original author left.

 

Yes. WPML and Polylang store translation links in their own tables. SleekView surfaces 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 entirely.

 

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