https://github.com/wpperformance/wp-performance-related-query-block
Remove current post in query block
https://github.com/wpperformance/wp-performance-related-query-block
gutenberg wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
Remove current post in query block
- Host: GitHub
- URL: https://github.com/wpperformance/wp-performance-related-query-block
- Owner: wpperformance
- Created: 2022-10-21T08:00:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T09:15:17.000Z (over 3 years ago)
- Last Synced: 2025-01-11T01:26:25.178Z (over 1 year ago)
- Topics: gutenberg, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 ```wpp-related-query``` in your query loop block.
