✨ 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 PublishPress

SleekView reads the custom post_status values, editorial metadata and editorial comments PublishPress already writes, then renders status, owner, deadline, slot and review activity as sortable, filterable columns inside WP Admin.

♾️ Lifetime License available

SleekView table view for PublishPress

The editorial pipeline as a real working table

PublishPress is the longest-running editorial workflow plugin in WordPress. It writes custom post statuses such as Pitch, Assigned and In Review straight to post_status on wp_posts, editorial metadata (owner, deadline, slot, word-count target) to wp_postmeta, and editorial comments to its own comments table. The default Posts screen exposes maybe two of those as columns, and only after a developer writes a manage_posts_columns callback for each one.

SleekView reads the same data and renders it as a table view. Title, custom status, post type, owner, deadline, slot and editorial comment count become first-class columns with sort, filter and inline edit. A managing editor can scope to In Review in one click, an editorial planner can sort by deadline to see what is due this week, and a writer can pull only their own pieces without opening every post.

The plugin keeps owning the metabox, the calendar and the comments thread. The table view owns the cross-post audit surface, so backlog drift, missed deadlines and unowned posts stop hiding inside per-post screens.

Workflow

How SleekView surfaces PublishPress data

1

Point at the editorial records

Pick wp_posts joined to wp_postmeta on the PublishPress editorial keys and to the editorial comments table on post id. Custom statuses come straight from post_status.
2

Compose the columns

Drag in Title, Custom status, Owner, Deadline, Slot, Editorial comments and Modified. Reorder, hide or rename any column without touching the database or a custom-column callback.
3

Filter and sort like a database

Stack filters on status equals Assigned, owner equals a specific editor or deadline within the next seven days. Sort by editorial comment count to spot the posts that triggered the most review traffic.
4

Save and gate the view

Name the view ("Newsroom this week", "Pitch backlog", "My queue") and gate it by WordPress capability so writers, editors and managing editors each land on the slice they need.

Sample columns

A typical PublishPress editorial view

Posts joined with editorial metadata and the editorial comments thread, rendered as a sortable audit grid. The same data the calendar paginates, now scoped, filtered and ranked.
Source: wp_posts
Title Status Owner Deadline Comments Modified
Spring product roundup In Review Lena R. 2026-05-22 7 2026-05-14
Interview with the studio lead Assigned Marco D. 2026-05-19 2 2026-05-13
Quarterly editor letter Scheduled Priya S. 2026-05-18 4 2026-05-12
Long-read on remote teams Pitch 0 2026-05-10
Field notes from the launch In Review Lena R. 2026-05-16 11 2026-05-11

Comparison

Default PublishPress admin vs SleekView

Default PublishPress admin

  • Custom status surfaces as a label, not a sortable, filterable column
  • Editorial metadata (owner, deadline, slot) sits inside the metabox, not the list
  • Editorial comment count per post is not exposed on the Posts screen
  • Cross-status backlog requires opening each filter view one at a time
  • Sorting by deadline or owner needs a custom manage_posts_columns callback

SleekView

  • Custom status, owner, deadline and slot rendered directly from postmeta
  • Editorial comment count as a real column for review-load visibility
  • Stack filters on status, owner, post type and date in a single query
  • Inline edit on status, owner and deadline through the standard save path
  • Saved views per role: writer queue, editor backlog, managing editor desk

Features

What SleekView gives you for PublishPress

Custom statuses as columns

Pitch, Assigned, In Review and any custom status become a first-class column with a dropdown filter, not a colored badge buried in the Posts screen.

Owner and deadline visible at the row

Editorial metadata PublishPress writes to wp_postmeta renders as sortable columns, so the desk can see who owns what and what is due this week.

Editorial comment count per post

Editorial comments from the PublishPress table aggregate as a row-level count, so the noisiest reviews surface without opening every thread.

Audience

Who uses SleekView for PublishPress

Newsrooms

A managing editor opens one saved view to see status, owner, deadline and review activity across the desk, instead of pivoting through five filter screens before the morning standup.

Editorial planners

Sort by deadline and filter to In Review and Assigned to see exactly what is shipping this week, with owner and last edit visible on the same row.

Content agencies

Hand each client a scoped audit view with status, owner and editorial comments per post, so weekly check-ins start from one table instead of a screenshot.

The bigger picture

Why editorial workflows need a real working table

PublishPress turns WordPress into an actual editorial workflow tool, with custom statuses, an editorial calendar, editorial metadata and a comments thread on every post. The metabox and calendar are well suited to editing one piece at a time. They are not suited to running a desk, which is fundamentally a list-and-filter problem: which pieces are in Review right now, who is carrying the heaviest backlog, what is due Friday, which posts triggered the most editorial comments.

SleekView reads the same custom statuses, editorial postmeta and editorial comment rows PublishPress already writes and renders them as sortable, filterable columns. The plugin keeps owning the workflow, the table view owns the cross-post surface, and the morning standup finally starts from real data.

Questions

Common questions about SleekView for PublishPress

Directly from wp_posts (for custom post_status values), wp_postmeta (for editorial metadata such as owner, deadline and slot) and the PublishPress editorial comments table. No exports, shadow copies or extra plugins are involved.

 

Yes. Custom statuses live in the post_status column on wp_posts after PublishPress registers them, so they become a dropdown filter with the full list of registered statuses alongside core values like draft and pending.

 

Yes. The PublishPress editorial comments table joins on post id, so the count renders as a sortable column. A simple click pulls the posts that triggered the most review traffic to the top of the table.

 

Yes. Pro features such as additional metadata, content checklists and editorial reminders extend the data PublishPress writes to postmeta. SleekView reads those keys the same way it reads the free plugin's, so Pro-only fields become extra columns.

 

Inline edits in SleekView route through the standard wp_update_post path, the same one PublishPress hooks listen to. Status changes, owner updates and deadline edits fire the same actions as saving the metabox, so workflow notifications continue firing.

 

Yes. Add a filter for category, custom taxonomy or post type and the whole table narrows to that section. Desks running separate sections such as news, features and opinion each get their own scoped audit.

 

Queries hit indexed columns on wp_posts (post_type, post_status, post_modified) and the indexed meta_key column on wp_postmeta. Filters compose into a single SQL query, so even desks with thousands of in-flight posts render fast.

 

No. PublishPress still owns the calendar, the metabox and the comments thread. SleekView adds a sortable cross-post table that complements the calendar with the kind of list-and-filter surface a calendar grid is not designed to provide.

 

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