✨ 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 Echo Knowledge Base

SleekView Kanban reads the Echo Knowledge Base epkb_post_type_1 custom post type and renders one card per article, grouped by post_status or by a custom workflow meta field. Dragging a card moves the article through Draft, Pending, Scheduled, and Published columns instantly.

♾️ Lifetime License available

SleekView Kanban board for Echo Knowledge Base

Why Echo articles need a workflow board

Echo Knowledge Base registers a custom post type called epkb_post_type_1 for each knowledge base instance, with the matching epkb_post_type_1_category and epkb_post_type_1_tag taxonomies. The default WordPress admin lists every article as a flat table sorted by date and offers no way to see how many articles sit in Draft, how many are with a reviewer, and how many are scheduled for the next release window.

SleekView Kanban reads the Echo post type directly. The grouping column can be standard post_status for Draft, Pending, Future, and Published swim lanes, or a custom select meta field like epkb_review_state if your team runs a more granular flow. Cards display the article title, last modified time, Echo category badge, and author avatar, with optional slots for a reviewer field, a due date field, or a priority field.

Dragging an article writes through wp_update_post for status moves and update_post_meta for custom field moves. transition_post_status hooks fire as they would on a manual save, Echo object cache invalidates so the public knowledge base updates on the next request, and contributors without edit_others_posts on the Echo post type see only the articles they can actually move.

Workflow

From Echo KB articles to live workflow in four steps

1

Connect to the Echo knowledge base CPT

Pick the Echo knowledge base post type for the instance you want to manage. The plugin reads its registered taxonomies and any meta fields attached through register_meta or third party plugins so the board mirrors the same schema as your knowledge base.
2

Pick the status column to group by

Default WordPress post_status gives Draft, Pending, Future, and Published columns straight away. For richer flows pick a select field like epkb_workflow_state. The board reads options in their registered order and updates labels on next reload after renames.
3

Choose what shows on each card

Drag up to six fields onto the card layout. Title, Echo category badge, author avatar, last modified date, and any custom field render natively. Featured image and excerpt are available as optional components for richer previews of long articles.
4

Enable drag and drop writes

Turn writes on and dragging a card fires wp_update_post for status moves or update_post_meta for custom fields. transition_post_status hooks run, Echo invalidates its own caches, and contributors without edit_others_posts only see their own articles.

Sample board

Sample Echo Knowledge Base publishing workflow

The Echo Knowledge Base custom post type grouped by WordPress post_status, rendered as four columns of cards pulled from a live multi-product knowledge base.
Draft
52
Integrating with Salesforce CRM
Modified 2026-05-31, Pavel
Bulk archive old API keys
Modified 2026-05-30, Nora
Migrate single sign-on settings
Modified 2026-05-28, Pavel
Pending
11
Email forwarding for custom domains
Reviewer: Sven
Audit log retention policy
Reviewer: Mira
Webhook retry timing changes
Reviewer: Sven
Scheduled
5
Release notes for v3.4
Publishes 2026-06-14 10:00
Breaking changes summary
Publishes 2026-06-14 10:05
Migration script reference
Publishes 2026-06-14 10:10
Published
412
Getting started with Echo KB
Published 2026-05-29
Customizing article templates
Published 2026-05-21
Setting up multiple KB instances
Published 2026-05-13

Comparison

Default Echo Knowledge Base admin versus SleekView Kanban

Default Echo KB article list

  • Articles list as a flat WP_List_Table sorted by date with no swim lanes
  • Reviewers cannot see pending articles in a single grouped view
  • Scheduled posts vanish into the Future date filter with no preview
  • Bulk edit changes core post status but not Echo workflow meta fields
  • Custom multi-product knowledge bases scale poorly in the default list

SleekView Kanban

  • Reads the Echo Knowledge Base post type, taxonomies, and registered meta
  • Groups by core post_status or by any select workflow meta
  • Drag fires wp_update_post and transition_post_status hooks
  • Honors edit_others_posts capability per article author
  • Filters by Echo KB category, tag, author, and last modified date

Features

What SleekView Kanban gives you for Echo Knowledge Base

Made for release planning

Echo Knowledge Base is often paired with product releases, where articles need to land at a specific time alongside a software ship. The board surfaces the Scheduled column so release captains can verify timestamps and reviewers without opening every article in sequence.

Standard WordPress writes

Card moves call wp_update_post for status changes and update_post_meta for custom workflow fields. transition_post_status hooks run, Echo caches invalidate, and any integration that listens for Echo article events sees the move within the same request cycle.

Multi-KB friendly filtering

Filters target Echo category, Echo tag, author, last modified date, and any custom field on the article. For multi product knowledge bases, a category filter scopes the board to a single product so each team works only on their own articles.

Audience

Three Echo Knowledge Base teams that need a board

Release pipelines

Echo KB articles tied to a release get a release tag and a Scheduled timestamp. The board surfaces every article tied to the next release in one view, with the Scheduled column acting as a launch readiness checklist for release captains.

Editorial review queues

Reviewers treat the Pending column as their inbox. Authors submit articles for review, reviewers drag them to Scheduled or back to Draft, and avatar markers on the card make ownership obvious without an extra reporting plugin.

Documentation audits

Older articles get a custom audit_state field with Outdated, Updating, and Verified options. The board groups by that field instead of post_status to clear the freshness backlog without losing the publish workflow on new articles.

The bigger picture

Why a knowledge base needs a workflow view

Echo Knowledge Base is built around the idea that documentation deserves its own first class content type, separate from blog posts. That separation pays off on the public site, where article rendering, search, ratings, and analytics all benefit from the dedicated infrastructure. It also creates a gap in the admin, where the dedicated custom post type still has to live in the standard WordPress list table and inherits all of its limitations.

For a small knowledge base that gap is annoying. For a multi product knowledge base with dozens of contributors and a tight release cadence it becomes a real bottleneck. A kanban board fixes the gap without changing the content model.

Articles stay Echo Knowledge Base posts, Echo continues to render and search them on the front end, and the board is a thin layer over the same WP_Query the admin uses. Editorial leads gain a workflow view they would otherwise build with a project tracker.

Questions

Common questions about SleekView Kanban for Echo Knowledge Base

Yes. Each Echo Knowledge Base instance registers its own custom post type. You can configure one board per instance, or use a single board that filters by category to scope the view. Both setups use the same plugin install with no additional license.

 

Yes. Any select or radio meta field on the Echo article type can be the grouping axis. Teams that run a granular workflow tend to register a workflow_state field with options like Outline, Drafting, Reviewing, and Scheduled and group by that instead of post_status.

 

WordPress core handles the publish event through wp_cron. When the scheduled time hits, the article 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 and Echo's own cache flushes. Front end search and category pages re-render with the new status on the next request after the move completes.

 

Yes. Echo categories render as a primary badge using the configured Echo category color, and tags render as small chips. Filters in the toolbar narrow the board to a specific category, tag, or author for a focused review session.

 

Yes. Contributors with edit_posts can only move their own articles, editors with edit_others_posts can move every card, and users without any edit capability on the Echo post type see a read only board with the drag handles hidden behind a tooltip.

 

No. Vertical order inside a column writes to a dedicated _sleekview_kanban_order meta key on each article. Echo Knowledge Base front end ordering options like alphabetical, by date, or by manual menu_order remain authoritative for the public site.

 

Cards stream lazily per column, so the practical limit is whatever a WP_Query call can return on your server. Boards stay responsive into tens of thousands of articles as long as the grouping field has an index on post_status or on the relevant 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