https://github.com/wpperformance/related
This block is a variation of the block Loop Query. It allows to display posts related by category.
https://github.com/wpperformance/related
gutenberg gutenberg-blocks wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
This block is a variation of the block Loop Query. It allows to display posts related by category.
- Host: GitHub
- URL: https://github.com/wpperformance/related
- Owner: wpperformance
- Created: 2023-10-11T09:47:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T08:38:17.000Z (over 2 years ago)
- Last Synced: 2025-08-06T11:43:07.174Z (11 months ago)
- Topics: gutenberg, gutenberg-blocks, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 217 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Variation block Loop Query for display post related by category
This block is a variation of the block Loop Query. It allows to display posts related by category.
You can find the block "Related Loop" in "THEME" section in the inserter of Gutenberg editor.
This variation work with all your post type or custom post type. You choose the taxonomy name for find related elements.

## Links page WP developer resources
- [https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/extending-the-query-loop-block/](https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/extending-the-query-loop-block/)