WP Manifestindependent plugin directory
manifest / editor / current-post-terms-query

Current Post Terms Query

Extend WordPress term query to limit to current post terms

by Ralf Hortt · github.com/horttcore/current-post-terms-query

0stars
4composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/horttcore/current-post-terms-query/archive/refs/heads/main.zip

Also on Packagist as ralfhortt/current-post-terms-query:

composer require ralfhortt/current-post-terms-query

From the readme

Current Post Terms Query A WordPress plugin that adds a Show only terms of the current post option to Terms Query blocks. When enabled, a Terms Query block displays only terms assigned to the post currently being viewed. The editor preview and rendered block output use the same filtering behavior. Requirements - WordPress 6.1 or later - PHP 8.1 or later Installation Install the plugin with Composer: Alternatively, download or clone this repository into wp-content/plugins/current-post-terms-query. If you are building from source, install the JavaScript dependencies: Build the editor assets: Finally, activate Current Post Terms Query in WordPress. Usage 1. Add a Terms Query block to a template or post. 2. Select a taxonomy. 3. Enable Show only terms of the current post in the block settings. If the Terms Query has configured included term IDs, the result is limited to the intersection of those IDs and the current post's terms. In the Site Editor, the preview skips template and template-part editing contexts so it does not treat the template itself as the current post. On the server, filtering only runs when an explicit postId is available in block context; template part

Read the full README on GitHub →

Releases

TagPublished
v1.0.3 Jul 14, 2026
v1.0.2 Jul 14, 2026
v1.0.1 Jul 13, 2026
v1.0.0 Jul 13, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.