✨ 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

The core Posts Block alternative for working data views

Gutenberg's Posts Block (and the Query Loop) renders a static, read-only list of posts. SleekView covers that case and adds the missing pieces: filters, search, sort, kanban boards, feedback boards, and inline editing over CPTs, ACF, and Meta Box.

♾️ Lifetime License available

SleekView — Posts Block alternative

From read-only post loops to working data views

Gutenberg ships a Posts Block and a Query Loop block as part of WordPress core. They cover the same use case the classic widget did: render a list of posts, optionally filtered by category or tag, in a static layout. For a recent-posts feed on the homepage or a category listing block, the built-in option is enough, and the configuration UI keeps improving with every WordPress release.

SleekView starts where the Posts Block stops. It reads CPT, ACF, and Meta Box data and renders it as a configurable list or grid (the original Posts Block use case) and as a table, kanban board, or feedback board (the cases the core block does not cover). Filters, search, sort, and pagination are part of every view, and editors can update fields inline without leaving the page (cell editing in tables, drag-to-update in kanban boards).

Teams move from the Posts Block to SleekView when the listing stops being a content showcase and starts being a working tool. The recent-posts feed is still fine where it is; the staff directory, project board, or feedback wall on the next page is not the same shape, and stretching the Posts Block into those use cases tends to mean stacking custom CSS, filter plugins, and a steady accumulation of workarounds.

Workflow

How a data-shaped Posts Block becomes a SleekView

1

Pick the data source

Create a new SleekView pointed at the CPT and taxonomy combination the original block reads. Add ACF or Meta Box fields on the same view if the project uses them.
2

Choose the layout

List or grid for blog-style cards, table for sortable rows, kanban for status workflows, feedback board for upvote intake. Switching layouts later does not require rebuilding the view.
3

Configure the toolbar

Mark each field as filterable, searchable, or sortable. Decide which columns are inline-editable. The toolbar renders automatically with no separate widget.
4

Embed and verify

Drop the SleekView block where the original Posts Block lived. Verify the rendering, then remove the old block, or keep it on pages where the static feed is fine.

Comparison

SleekView vs Posts Block at a glance

Feature
Posts Block
SleekView
View types
List, grid
List, grid, table, kanban, feedback
Filters and search
Static, set at insert time
Per-field toolbar on the view
Editing inside the view
Read-only
Cell edits, drag-to-update
Custom field display
Limited without custom blocks
CPT, ACF, Meta Box, built in
Pagination
Page-reload pagination
AJAX pagination and infinite scroll
Best fit
Blog and category feeds
Working dashboards and structured listings

Differences

What changes when you move off Posts Block

The short version: snippets stop being data trapped behind an admin screen and start being code you can actually work with. That sounds small — in practice it changes how your whole team ships WordPress fixes and features.

The Posts Block way

  • View types are list and grid, no table, kanban, or feedback board
  • Filters are set at insert time, not exposed as a frontend toolbar
  • Inline editing of records is not available
  • Custom field display requires custom blocks or block patterns
  • Pagination is page-reload rather than AJAX

The SleekView way

  • List, grid, table, kanban, and feedback-board view types in one plugin
  • Filters, search, sort, and pagination built into every view
  • Inline cell editing and kanban drag-to-update across CPT, ACF, and Meta Box
  • Reads any CPT, ACF, or Meta Box field as a column or card slot
  • Embeds via Gutenberg block or shortcode in any builder

Features

Three things that actually change how you work

Anyone can list features on a comparison table. These are the three shifts that matter day to day when you replace Posts Block with SleekView.

Layouts beyond list and grid

The Posts Block ships list and grid layouts. SleekView covers both and adds table, kanban, and feedback-board views over the same CPT data. The same view definition can render as a public grid on one page and a kanban for staff on another.

Filters live on the view

The Posts Block's filter set is fixed at insert time and rendered as part of the static block markup. SleekView's filter toolbar lives on the view itself, with the right control type chosen automatically per field, and updates without a full page reload.

Editing without leaving the view

Gutenberg's Posts Block is, by design, a read-only display block. SleekView lets editors change content too: click a cell to edit, drag a kanban card to update status, toggle a select inline. Edits flow through standard CPT and field hooks.

Migration

Moving from the Posts Block to SleekView (where the listing is data-shaped)

SleekView and Posts Block can run side by side. That means you can migrate at your own pace — there's no big switch weekend required.

1. Keep the simple blog feeds

The Posts Block (or Query Loop) is fine for recent-posts feeds, category landings, and similar content showcases. Leave those in place.

2. Identify the data-shaped listings

Staff directories, product lists, release logs, project boards, and feedback walls are the SleekView candidates, especially when ACF or Meta Box fields drive the columns.

3. Build matching SleekViews

For each candidate, create a SleekView on the underlying CPT and map columns to CPT, ACF, or Meta Box fields. Pick the layout: list, grid, table, kanban for status workflows, or feedback board for upvote intake.

4. Swap the embed and verify

Replace the Posts Block with the SleekView block on the relevant page, verify the rendering, and keep the Posts Block on pages where it still fits.

Audience

Where teams add SleekView alongside the Posts Block

Sites moving from blog feeds to dashboards

Sites that started with the Posts Block for a homepage feed often grow into staff dashboards or operations tables. SleekView covers both ends, so the same plugin handles the blog grid and the working dashboard.

Custom-field-heavy listings

Listings that depend on ACF or Meta Box fields beyond the standard post fields outgrow the Posts Block quickly. SleekView's first-class custom-field support is simpler than stacking custom blocks per field.

Editors who need to update records

Once a view becomes part of an editor's daily workflow, read-only display is not enough. Inline cell editing and kanban drag-to-update are the difference between a content showcase and a working tool.

The bigger picture

Why a static post loop is the start of a view, not the whole view

The core Posts Block (and Query Loop) is a useful first answer to the question how do I show recent posts on this page. It is built into Gutenberg, requires nothing extra to install, and covers the homepage-feed case well. The trouble starts a few months in.

The next listing is a directory of staff with sortable columns. The one after that is a board of projects grouped by status. The one after that is a feedback page with upvotes.

None of those are list-or-grid loops, and stretching the Posts Block into them tends to produce custom blocks, third-party filter plugins, and a steady accumulation of small workarounds, with a static, page-reload result at the end. SleekView starts from the assumption that list and grid are two of several legitimate view shapes, not the only ones. The list and grid layouts are still there, sitting alongside table, kanban, and feedback-board layouts, all configured the same way and embeddable the same way through a Gutenberg block or shortcode.

The longer-term value is that one configuration model covers every kind of structured view a typical WordPress site builds, from the public-facing recent-posts grid to the internal-facing status board. Replacing the Posts Block with SleekView is rarely about the homepage feed, it is about not building three different toolchains for the next three views the project asks for.

Questions

Common questions about switching from Posts Block

Only for the data-shaped listings. The Posts Block and Query Loop are perfectly fine for simple blog feeds, category landings, and similar content showcases. SleekView replaces them when the listing has filters, custom fields, kanban or feedback layouts, or any inline editing in scope.

 

Yes. SleekView ships a Gutenberg block alongside its shortcode, so the editing experience is the same as inserting a Posts Block: pick the view, configure inline options if needed, save. The block renders identically in Gutenberg, Elementor, Bricks, Oxygen, Cwicly, Breakdance, or plain themes.

 

Yes. ACF and Meta Box are first-class data sources alongside standard CPT fields. The core Posts Block is shaped for standard post fields and depends on custom blocks or block patterns for richer custom-field display.

 

Yes. The Posts Block is part of WordPress core, so there is nothing to uninstall. Teams typically keep using it for simple feeds and reach for SleekView for the working listings.

 

The core Posts Block ships page-reload pagination. SleekView supports AJAX pagination and infinite scroll out of the box, with the same view definition, which fits dashboards and long lists better than a full page reload.

 

Yes, both are built-in view types. The same CPT can power a public grid on one page, a kanban grouped by status on another, and a feedback board with upvotes on a third, without rebuilding the data source.

 

SleekView ships more functionality, so its footprint is larger than the core block. For sites that only need a basic homepage feed, the Posts Block stays the right pick. For sites that need filters, kanban, feedback layouts, or inline editing, a single SleekView is lighter than stacking the Posts Block plus a filter plugin plus a custom-block library.

 

The Posts Block is free and part of WordPress core. SleekView is a single commercial plugin covering all view types and field sources, also available in the Sleek All Access Pass. The total cost depends on which features the project actually needs in practice.

 

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