Query Loop Post Picker
Extend query block to handpick posts
★ 0stars
1composer 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/query-loop-post-picker/archive/refs/heads/main.zipAlso on Packagist as ralfhortt/query-loop-post-picker:
composer require ralfhortt/query-loop-post-pickerFrom the readme
Query Loop Post Picker
Query Loop Post Picker adds editor controls for selecting specific posts and filtering event queries in the WordPress block editor.
Features
- Select posts for a Query block with a searchable token field.
- Preserve the selected post order with the Query block's include ordering.
- Filter event queries by a quick date range or custom start dates.
- Show only events related to the current staff member when editing staff templates.
- Loads only in the block editor and uses WordPress core data and components.
Requirements
- WordPress 6.1 or newer
- PHP 8.1 or newer
- The WordPress REST API must expose the selected post type.
Installation
1. Download or clone this repository into wp-content/plugins/query-loop-post-picker.
2. Run npm install and npm run build if the built assets are not included in your package.
3. Activate Query Loop Post Picker from the WordPress Plugins screen.
4. Add or edit a Query Loop block in the block editor.
The plugin does not add a frontend asset. Its controls are registered through enqueueblockeditorassets.
Development
Install dependencies and build the editor script:
For watch mode during development:
The generated files
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 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.