✨ 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 Kanban for BetterDocs

SleekView Kanban reads the BetterDocs docs custom post type and renders one card per article, grouped by post_status or by a custom docs_state meta field. Dragging a card moves the article through Draft, In review, Scheduled, and Published columns in a single click.

♾️ Lifetime License available

SleekView Kanban board for BetterDocs

Why a docs library needs a board

BetterDocs registers a docs custom post type for every knowledge base article, organized under doc_category and doc_tag taxonomies. The plugin renders a polished public knowledge base, but on the admin side it falls back to the standard WP_List_Table, sorted by date, with no native way to see at a glance how many articles sit in Draft, how many are waiting on a reviewer, and how many are scheduled for the next release.

SleekView Kanban reads the BetterDocs post type directly. The grouping axis can be the standard post_status column, which gives you Draft, Pending, Future, and Published as the four kanban columns, or a custom select meta field like docs_review_state if your team uses a more granular workflow. Cards show the article title, last modified date, doc category, and author avatar, with room for a custom owner or due date field on top.

Dragging an article from Draft to Pending updates post_status through wp_update_post, which fires transition_post_status and any BetterDocs hooks that depend on publication state. Articles scheduled for a future date stay parked in the Scheduled column until WordPress cron fires their publish event. Reordering inside a column updates a per-board sort meta key without changing the article status.

Workflow

From docs CPT to live workflow in four steps

1

Connect to the BetterDocs docs CPT

Pick the docs custom post type that BetterDocs registers. The plugin reads its taxonomies, statuses, and any meta fields you added through ACF, Carbon Fields, or native register_meta, so any field worth showing is available on the board.
2

Pick the status column to group by

Default WordPress post_status gives you Draft, Pending, Future, and Published columns out of the box. For richer workflows pick a custom select field like docs_review_state. The board uses your options in the order they were registered.
3

Choose what shows on each card

Drag up to six fields onto the card layout. Title, doc category, author avatar, last modified date, and any custom meta field render with native widgets. Featured image and excerpt are available as optional card components for richer previews.
4

Enable drag and drop writes

Turn writes on and dragging a card calls wp_update_post on post_status or update_post_meta on the custom field. transition_post_status fires, BetterDocs cache layers invalidate, and users without edit_posts on docs see a read only board.

Sample board

Sample BetterDocs publishing workflow

The docs custom post type from BetterDocs, grouped by WordPress post_status, rendered as four columns of cards pulled from live posts in the knowledge base.
Draft
38
Set up SSO with Okta
Modified 2026-05-31, Hugo
Migrate from Helpscout docs
Modified 2026-05-30, Lin
Bulk import via CSV
Modified 2026-05-28, Hugo
Pending
9
Webhook signing keys v2
Reviewer: Mara
Custom domain DNS rewrite
Reviewer: Salim
Email deliverability checklist
Reviewer: Mara
Scheduled
4
What is new in v4.6
Publishes 2026-06-12 09:00
Migration guide v4.5 to v4.6
Publishes 2026-06-12 09:05
Breaking changes for plugin devs
Publishes 2026-06-12 09:10
Published
286
Getting started with BetterDocs
Published 2026-05-29
Using docs categories and tags
Published 2026-05-21
Embedding videos in articles
Published 2026-05-12

Comparison

Default BetterDocs admin versus SleekView Kanban

Default BetterDocs article list

  • Articles list as a flat WP_List_Table sorted by date, no status grouping
  • Reviewers cannot see all pending articles in one glance
  • Scheduled articles disappear into the future date column with no preview
  • Bulk edit changes statuses but not custom workflow fields
  • No visual signal of where a release backlog actually sits

SleekView Kanban

  • Reads the BetterDocs docs CPT, taxonomies, and meta fields
  • Groups by core post_status or by any custom select meta field
  • Drag fires wp_update_post and transition_post_status hooks
  • Respects edit_others_posts capability checks per article
  • Filter cards by doc_category, doc_tag, author, or last modified date

Features

What SleekView Kanban gives you for BetterDocs

Built for editorial workflows

BetterDocs writers tend to think in terms of releases. The board groups articles into Draft, Pending review, Scheduled, and Published columns by default, so writers and reviewers can see how full each stage is before committing to a release date or starting a new pillar piece.

Real WordPress saves

Dragging an article fires wp_update_post for status changes and update_post_meta for custom fields. transition_post_status hooks run, BetterDocs object cache invalidates, and any integrations that listen for publish events see the change in real time.

Filter the docs library

Filters target doc_category, doc_tag, author, and any custom field on the article. Filter state persists per user, so a reviewer who watches a specific category returns to the same filtered board between sessions without resetting the filters every time.

Audience

Three BetterDocs teams that need a board

Release pipelines

Docs teams that ship articles alongside a product release use the board to track every article tied to the next version. Cards filtered by a release tag move from Draft to Scheduled with the same publish timestamp, making release day a coordinated push.

Editor review queues

Editorial leads use the Pending column as their inbox. Cards land there when a writer submits an article for review, and the lead drags each one to Scheduled, back to Draft, or straight to Published. Reviewer avatars on the card make ownership obvious.

Documentation audits

Older articles get tagged with an audit_required custom field. The board groups by audit_state instead of post_status, surfacing the backlog of articles that need a freshness pass. Drag through Outdated, Updating, and Verified columns to clear the queue.

The bigger picture

Why a docs library deserves its own board

BetterDocs handles the public face of a knowledge base extremely well. The article rendering, taxonomy navigation, search box, and analytics are all production grade. The admin side is intentionally simple because the plugin treats articles as standard custom posts, which means it inherits the default WordPress admin and all of its limitations.

For a docs library of a hundred articles that is fine. For a library of a thousand articles tied to a release schedule and a review process it stops working. A kanban board fixes the gap without forcing a different content model.

Articles stay docs custom posts, BetterDocs continues to render them on the front end, and the board is purely a render layer over the same data. Teams that adopt it tend to find that release planning meetings get shorter because everyone can see exactly which articles are blocked, which are ready, and which still need an outline.

Questions

Common questions about SleekView Kanban for BetterDocs

Both. The integration reads the docs custom post type, which the free plugin registers, and writes through standard WordPress core APIs. Pro features like advanced search analytics and form widgets are unaffected by the board and continue to work normally.

 

Yes. Any select or radio meta field on the docs post type can be the grouping axis. Teams that use a custom workflow_state field with options like Outline, Drafting, In review, and Scheduled tend to group by that instead of the core post status.

 

WordPress core handles the publish event through wp_cron. When the scheduled time arrives, the post transitions to publish, fires transition_post_status, and the card moves from the Scheduled column to the Published column on the next board reload.

 

Yes. The board writes through wp_update_post, which triggers WordPress object cache invalidation. BetterDocs reads from the same cache layers on the front end, so the article appears or disappears from the public knowledge base on the next request after the move.

 

Yes. Doc category renders as a primary badge with the category color, and doc_tag renders as a row of small tag chips. Filters in the toolbar let reviewers narrow the board to a specific category or tag for a focused review session.

 

Yes. Authors who can edit their own articles can drag their own cards but not other people's. Editors with edit_others_posts can drag every card. Users without any edit capability on the docs post type see a read only board with the drag handles hidden.

 

No. Column reordering writes to a dedicated _sleekview_kanban_order meta key on each article, not to menu_order. BetterDocs front end ordering options like alphabetical, latest, or custom menu_order keep working exactly as configured in the plugin settings.

 

Cards load lazily per column, so the practical limit is whatever a docs WP_Query can return on your server. Boards stay responsive into tens of thousands of articles as long as the grouping field has an index on its post_status column or on its meta_value column.

 

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