Adds a symmetrical graph of YARPP-related articles below singular posts.
The graph is rendered locally in the browser with the included D3.js library. It does not send post content, visitor information, or analytics to an external service.
Yet Another Related Posts Plugin (YARPP) must be active and configured to use its table cache.
The plugin is an extension for YARPP and does not replace it. YARPP is a separate project and is not bundled with this plugin.
The graph rebuilds daily and shortly after a new post is published. Rebuild manually with:
wp yarpp-graph rebuild
Inspect the most recent rebuild outcome with:
wp yarpp-graph status
The graph is capped at 15 nodes. Developers can lower the server-side limit with the article_relationship_graph_node_limit filter and can change supported post types with article_relationship_graph_post_types.
This plugin does not collect, store, or transmit personal data. It does not use cookies, tracking pixels, third-party requests, or analytics. Graph data is generated from public WordPress posts and the local YARPP table cache.
Graph data is stored in two local custom database tables and is removed when the plugin is uninstalled. Deactivating the plugin preserves the tables so a later reactivation does not require data loss. The included D3.js library is distributed under its BSD 3-Clause license; see assets/vendor/D3-LICENSE.txt.