Related Query Block
Remove current post in query block
by Faramaz Patrick · github.com/wpperformance/wp-performance-related-query-block
★ 1stars
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/wpperformance/wp-performance-related-query-block/archive/refs/heads/main.zipDeclares an update source (wp-performance-related-query-block), so updates arrive through the plugin's own updater.
From the readme
wp-performance-related-query-block
Beta, use it with careful
Plugin for remove current post when you use a query block post in page post
Actualy, for version 6.1 of WordPress, it's not possible to filter id of current post in query block for remove it.
When you add Query Block in page, you can see the current post in result of query block.
This plugin, parse html for remove current post in query block.
how to use it
Just add class in your query loop block.