WP Manifestindependent plugin directory
manifest / editor / query-groupedby-taxonomy

Query Posts Grouped by Taxonomy

Extends the core Query Loop block with a "Group by Taxonomy" option, enabling grouped front-end output by any selected taxonomy.

by carstenbach · github.com/carstingaxion/query-groupedby-taxonomy

1stars
70release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/carstingaxion/query-groupedby-taxonomy/releases/download/0.1.1/query-groupedby-taxonomy.zip

Readme

Query Posts Grouped by Taxonomy

Contributors: carstenbach
Tags: query, block, taxonomy, groupby, posts, extension
Tested up to: 6.8
Stable tag: 0.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Extends the core Query Loop block with a "Group by Taxonomy" option, enabling grouped front-end output by any selected taxonomy.

Description

This plugin adds a Group by Taxonomy Inspector panel to the core Query Loop block. When a taxonomy is selected, the query results are modified server-side via posts_clauses to join taxonomy tables and order by term name — enabling grouped output on the front end.

Motivation:

We needed a way to query upcoming events, unique by theater-productions. Try this plugin together with GatherPress to see, what we wanted to achieve.

Editor screen inside WordPress, with the query block extension in action.

Features:

  • Adds a "Group by Taxonomy" panel to the core Query Loop block Inspector.
  • Supports any public taxonomy associated with the selected post type.
  • Uses pre_render_block and query_loop_block_query_vars to inject custom query variables.
  • Modifies the SQL via posts_clauses for efficient taxonomy-based ordering and grouping.
  • No additional blocks required — works directly with the existing core/query block and its variations.
  • Fully compliant with WordPress and WordPress VIP coding standards.

Installation

  1. Upload the plugin files to the /wp-content/plugins/query-groupedby-taxonomy directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. In the block editor, insert a Query Loop block and open the "Group by Taxonomy" panel in the Inspector sidebar.
  4. Select a taxonomy to enable grouping on the front end.

Frequently Asked Questions

Does this replace the Query Loop's output?

The SQL query is modified to join taxonomy tables and order by term name. The actual rendering depends on the Query Loop's inner blocks and any additional front-end processing.

Can I use custom taxonomies?

Yes. Any publicly registered taxonomy associated with the selected post type will appear in the taxonomy selector.

Changelog

All notable changes to this project will be documented in the CHANGELOG.md.

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
0.1.1 Jul 5, 2026 query-groupedby-taxonomy.zip 70
0.1.0 Feb 22, 2026