WP Manifestindependent plugin directory
manifest / editor / related

Related Loop Block

This block is a variation of the block Loop Query. It allows to display posts related by category.

by Faramaz Patrick · github.com/wpperformance/related

3stars
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/related/archive/refs/heads/main.zip

Declares an update source (wp-performance-related), so updates arrive through the plugin's own updater.

From the 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/

Read the full README on GitHub →