Create Views

Create saved views to build an editorial workflow directly in the Posts table

Views let you save a combination of visible columns, sort order, and filters as a named preset. Instead of re-applying the same filters every time, create views like “Drafts to Review” or “Published This Week” and switch between them with one click.


Before you start


Step 1: Open the Posts tab and create a new view

Click on your WordPress resource and open the Posts tab. Before changing any filters or columns, create a dedicated view first so your Default view stays unchanged:

  1. Click the + button next to the view tabs at the bottom of the table
  2. Name it: Drafts to Review

The new view is now active. Any filter and column changes you make from here are saved to this view automatically.

Posts tab with all posts and + button next to view tabs to create Drafts to Review view


Step 2: Set up filters

Use the filter row below the column headers to narrow down posts. For example, to see only drafts:

  1. Click the Status filter dropdown
  2. Select draft

Status filter dropdown showing All, publish, draft, pending, private, trash options

The table now shows only draft posts.

Posts table filtered to show only 4 draft posts in the Drafts to Review view


Step 3: Configure columns

Click Columns in the toolbar to open the column manager. For a “Drafts to Review” view, you might want:

  • Title (always visible)
  • Status
  • Author
  • Categories
  • Modified (sorted descending, so recently edited drafts appear first)

Hide columns you do not need for this workflow by clicking the eye icon. Click Apply when done.

Columns manager dialog showing column list with visibility toggles and column settings


Step 5: Create more views

Repeat the process (create view, then set filters and columns) to build a set of editorial views:

View NameFiltersKey ColumnsSort
Drafts to ReviewStatus = DraftTitle, Author, Modified, CategoriesModified (newest)
Pending ReviewStatus = PendingTitle, Author, Date, CategoriesDate (newest)
Published This WeekStatus = Published, Date = last 7 daysTitle, Date, Categories, PermalinkDate (newest)
My PostsAuthor = meTitle, Status, Date, CategoriesModified (newest)
Needs ImagesStatus = Draft, Featured Image = emptyTitle, Status, AuthorModified (newest)

Step 6: Switch between views

Use the view selector to jump between views instantly. Each view restores its saved columns, filters, and sort order. The table updates immediately.


Adding custom field columns to views

Views become more powerful when combined with custom fields. For example:

  • Add an ACF field like seo_score or reading_time as a column
  • Filter or sort by that field
  • Save the view as “SEO Review”

See Display Custom Fields for how to add ACF, Meta Box, and Post Meta fields to your table.


Tips

  • One view per task: Create views that match your daily tasks. Instead of filtering manually each morning, just click the view name.
  • Column width matters: Adjust column widths for each view. A “Review” view might need a wider Title column, while a “Published” view might need more room for Permalink.
  • Rename and delete: Right-click a view in the selector to rename or delete it. Views are stored per-resource, so each WordPress site has its own set.
  • Default view: The first view in the list is your default. Arrange views so your most-used one appears first.

Next steps