An open API service indexing awesome lists of open source software.

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.

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.

![](screenshot.png)

## 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/)