manifest / integrations / yarpp-wpgraphql
YARPP WPGraphQL
WP plugin. Creates a relatedPosts field in Post type with wp-graphql. You must have installed wp-graphql and YARPP.
by Matheus Paiva · github.com/matepaiva/yarpp-wpgraphql · website
★ 7stars
201composer installs
4forks
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/matepaiva/yarpp-wpgraphql/archive/refs/heads/main.zipAlso on Packagist as matepaiva/yarpp-wpgraphql:
composer require matepaiva/yarpp-wpgraphqlFrom the readme
YARPP WPGraphQL
- Tags: wpgrahql, yarpp, related-posts
- Requires at least: 5.1
- Tested up to: 5.6.2
- Requires PHP: 7.2
- Stable tag: 0.0.1
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description
Creates a relatedPosts field in Post type with wp-graphql. You must have installed wp-graphql and YARPP.
Installation
1. Install the plugin wp-graphql
1. Install the plugin yarpp (Yet Another Related Posts Plugin)
1. Configure them following their instructions.
1. Install this plugin
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Use it with wp-graphql. The field "relatedPosts" will be available within the Post type in GraphQL schema.
Example
Changelog
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.0.2 | Apr 26, 2024 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.